5 pts.
 Linked servers from SQL 2000 to SQL EXPRESS 2005
I wanted to create a linked server on SQL SERVER 2000 to SQL EXPRESS 2005.Both servers are on the same machine .SQL SERVER 2000 using username and password while SQL EXPRESS using integrated security.Thanks in advance.Any one let me know how to create this?

Software/Hardware used:
ASKED: October 30, 2008  4:51 PM
UPDATED: December 15, 2008  6:23 PM

Answer Wiki:
You can create this linked server just as you would any other linked server. For the server name simply specify SERVERNAMEINSTANCENAME. As the SQL 2005 instance is on the same server you can setup the connection to map the domain users to them selves. If you need SQL Accounts to have access to the SQL 2005 instance you will need to set it up for mixed authentication so that you can map the SQL accounts on the SQL 2000 server to SQL accounts on the SQL 2005 server. I personally just tried it and it worked perfectly. I was trying to go the other way using SQL 2005 access SQL Server 2000 database, however this works and I get the job done.
Last Wiki Answer Submitted:  December 15, 2008  6:23 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,520 pts.