Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
IB
Starting Member
4 Posts |
Posted - 2007-06-21 : 03:15:52
|
Hello,I use MSSQL ODBC driver to connect a client to a remote MSSQL 2000. I need to secure the port 1433 connection between ODBC driver and the SQL Server.What is the best way to do this?Thank you. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-21 : 12:20:31
|
Enable protocol encryption, use ipsec in windows, or set it on switch. |
 |
|
|
|
|