How do I add a self-referencing linked server in SQL 2008

Posted by tigermain on Server Fault See other posts from Server Fault or by tigermain
Published on 2010-01-13T22:39:14Z Indexed on 2010/06/18 2:03 UTC
Read the original article Hit count: 673

I am trying to replicate our live server set up local using a single SQL database.

In SQL 2005 I would added 2 linked servers both referencing itself with different names, each point to a different table.

How do I do this in SQL 2008. I've try the various providers and different parameters butto no avail.

The local server is using a trusted connection so I dont need any usernames/passwords

Im ideally need to set up the following linked references:

DBSVR1 - mydb_master DBSVR2 - mydb_import

Any light on the subject would help, I managed to do it in 2005 about 8 months ago but cant remember how, now Im in 2008!

© Server Fault or respective owner

Related posts about sql-server

Related posts about sql-server-2005