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 |
|
GNN_Ricardo
Starting Member
2 Posts |
Posted - 2005-04-08 : 17:35:55
|
| $sql = mssql_connect ("200.206.132.180", "sa", "2") doesn't workif i put 192.168.100.2 work'sWhat should i do? |
|
|
Bustaz Kool
Master Smack Fu Yak Hacker
1834 Posts |
Posted - 2005-04-09 : 04:05:38
|
| Can you ping the 200.206.132.180 address?192.168.100.2 is a non-public address which is local to your network. The network authenticates you to this box. Talk to your network administrator to see what security rights you need to access the 200.206.132.180 box directly.HTH=================================================================In order to improve the mind, we ought less to learn than to contemplate.-Rene Descartes, philosopher and mathematician (1596-1650) |
 |
|
|
GNN_Ricardo
Starting Member
2 Posts |
Posted - 2005-04-09 : 16:33:28
|
| I ready in the Microsoft that MSSQL is default configured to work only in VPN(virtual private network) do you know how i configure it?Yes i can ping my IP |
 |
|
|
|
|
|