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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-03-18 : 06:11:33
|
| Oded writes "hey!I created a VPN connection to a network with SQL server...everything works great, except the software that uses SQL.i try to run it from my pc, but it wont find the SQL server!i have opened on both routers (mine and the network) the potr 1433,,, but still.. wont find the sql" |
|
|
Andraax
Aged Yak Warrior
790 Posts |
Posted - 2003-03-18 : 06:21:16
|
| Try opening UDP 1434 as well. That port is also used by SQL Server communication. |
 |
|
|
pareshmotiwala
Constraint Violating Yak Guru
323 Posts |
Posted - 2003-03-18 : 12:48:53
|
| Possibly your app uses a dsn.make sure along with the server name you put in the port number.the easiest way to do this is to use control panel odbc dsn setup.remember though, The DSN saved by this process does not save user name and password.all the best. |
 |
|
|
|
|
|