The target is a SQL server 2000 on remote host with firewall. Is it possible to create a link server on my local SQL server 2008 SSMS?
If yes, what should I pay attention to? And what ports should be open too? Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Absolutely, you need to open up TCP port 1433 – However I’d strongly recommend using a VPN or at the very least restrict via the firewall the range of IPs allowed to connect. Note that SQL traffic is unencrypted and very easy to read.
In management studio connect to the 2008 machine. Then Server Objects->Linked Servers->Right click new Linked Server.
If you only want access to a couple of tables also checkout the Synonym functionality in books online.