45 pts.
 SQL Server does not exist or Access Denied Error
I have a VB.Net app which connect to a SQL Server database, just recently the technical guys removed the DNS server from the network for maintenance. and now my application cannot see the SQL server. I can ping it using its IP address and it responds but even if I configure my application to use the server's IP to connect it still gives the SQL Server does not exist or Access Denied Error.

Software/Hardware used:
ASKED: February 16, 2009  12:23 PM
UPDATED: February 17, 2009  8:11 PM

Answer Wiki:
Go though the steps on<a href="http://www.tek-tips.com/faqs.cfm?fid=5481"> this page</a> and see if that helps.
Last Wiki Answer Submitted:  February 16, 2009  10:06 pm  by  Denny Cherry   64,505 pts.
All Answer Wiki Contributors:  Denny Cherry   64,505 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Open Security from SQL Server Enterprise Manager and then click Login, right Click to Add new Login
and then add network user name (of your PC) and give the access of related data base for the created User.

 15 pts.

 

Server does not exist or access denied isn’t an authentication problem. See link I posted above.

 64,505 pts.