SQL Server does not exist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I am getting the "SQL Server does not exist or access denied" error when i
am trying access the SQL Server from a web page.
SQL Server is installed in other system.
Connection string is "Data Source=CTSINCALSFAW;Initial Catalog=SSGRelo;
UID=user; PWD=password;".
However i am able to connect to the SQL Server from Query analyser and also
from Windows application.
I am getting this error for Web applications only.

TIA
Satya
 
What connection are u using to connect to it when using Query Analyzer?
Try setting it tot the same connection
And remember u are connecting to another system
Hope that helps Patrick
 
Back
Top