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.

 All Forums
 Development Tools
 ASP.NET
 SQL Server does not exist or access is denied

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-12-19 : 09:05:29
payal27778 writes "Hello,
I am already working on SQL Server which is working fine...I can execute queries on Query Analyzer..its working fine...but..I have some code samples of ASP.NET which I want to execute from outside Visual Studio.NET..these samples require SQL Server behind...I am unable to execute those code samples..as the error states: SQL Server does not exist or access is denied.
What should I do?
Please help.
Thanks."

surendrakalekar
Posting Yak Master

120 Posts

Posted - 2005-12-19 : 09:20:26
Check your connection string.
www.conectionstring.com

Surendra
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-12-19 : 09:39:11
quote:
Originally posted by surendrakalekar

Check your connection string.
www.conectionstring.com

Surendra


That should be http://www.connectionstrings.com/

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2005-12-20 : 00:11:44
Hi,

here is a link FYI for Potential Causis of SQL Server Doesn't exist or Access Denied :
http://support.microsoft.com/default.aspx?scid=kb;en-us;328306

and you need to set your SQL Server to Mixed Authentication Mode , here is a reference how to do it :
http://www.sql-server-performance.com/forum/topic.asp?TOPIC_ID=9331

:-)
Regards

Andy Davis
Activecrypt Team
--------------------------------------------
SQL Server Encryption Software
http://www.activecrypt.com
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2005-12-21 : 13:00:46
simply paste your code here

that woudl help
Go to Top of Page
   

- Advertisement -