From my SQL 2005 box, I have added a linked server to SQL 2000. When I run a select statement against the linked server, it is defaulting to named pipes. How can I specify the remote connect be made via TCP/IP?
In 2000, I simply configured the Client Network Utility. I'm not sure what the equivalent is in 2005.
Thank you!!