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.
ASKED: Feb 16, 2009  12:23 AM GMT
UPDATED: February 17, 2009  8:11:40 PM GMT
63,630 pts.

Answer Wiki:
Go though the steps on this page and see if that helps.
Last Wiki Answer Submitted:  Feb 16, 2009  10:06 PM (GMT)  by  Mrdenny   63,630 pts.
To see other 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.

 63,630 pts.