VS2005 Express Edition

  • Thread starter Thread starter Goofy
  • Start date Start date
G

Goofy

OK, the scenario is this.

I have added a MDF Database to my application. I want to run a Select Into
myTable From ( an external sqlServer.FromTable )

It tells me that I need to add a linked list server but Im not sure where to
do this on the express edition ?
 
¤ OK, the scenario is this.
¤
¤ I have added a MDF Database to my application. I want to run a Select Into
¤ myTable From ( an external sqlServer.FromTable )
¤
¤ It tells me that I need to add a linked list server but Im not sure where to
¤ do this on the express edition ?

You can use SQL Server Enterprise Manager to create a linked server table or
SQL Server Management Studio Express.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top