Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Linking From SQL Express

Author  Topic 

Dallr
Yak Posting Veteran

87 Posts

Posted - 2009-04-07 : 08:54:03
Can I link SQL Server Express to an enterprise version of SQL Server. I just want a client machine to link to the server and run some queries etc. Can this be done with SQL Express?

Dallr

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2009-04-07 : 08:55:17
Yes, just create a linked server from the enterprise version.

look up sp_addlinkedserver
Go to Top of Page

Dallr
Yak Posting Veteran

87 Posts

Posted - 2009-04-07 : 09:49:01
Thanks RickD,

Now just to get this straight.
I install SQL Server Express on my machine and log onto the Enterprise server and from there create the link to the express version. In this way from the Express version I can see all the data in the Enterprise?

Thanks in advance.
Dallr
Go to Top of Page

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2009-04-07 : 10:43:47
No, set this up on SQL Server Express. Not on the enterprise version.
Go to Top of Page
   

- Advertisement -