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)
 
Back
Top