To link to SQL Server (in my case, jn-svrdev1-vma7\sql2005), I did the following:
- I expanded the Server Objects tab located in the Object Explorer of my database.
- I then right-click Linked Servers and select New Linked Server.
- Under Select a page, select General.
- I select SQL Server
- Type in jn-svrdev1-vma7\sql2005 in the Linked server textbox.
- Under Select a page, select Security.
- Select Be made using the login's current security context
- Select Add button
- Under Local login, select your user login id
- Select OK
You should now be linked to this database.

No comments:
Post a Comment