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 |
alexjamesbrown
Starting Member
48 Posts |
Posted - 2007-10-10 : 10:37:48
|
This error is driving me insane.i have followed all usual steps of fixing this... its set to mixed mode, checked th registry an everything as wellhere is my conn string:Provider=SQLOLEDB;server=<server_name>;database=<db_name>;uid=sa;pwd=<password>nothing seems to work.classic asp app running on different server...whats going on?!?alex |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-10-10 : 23:06:22
|
Can you connect to sql with that id in sql tools like em? |
 |
|
Kristen
Test
22859 Posts |
Posted - 2007-10-11 : 00:51:21
|
... and Ping that <server_name> from Client machine |
 |
|
|
|
|