Hi. i run a classic asp app. connecting to sql server with: g_objconn.Open "Provider=SQLOLEDB;Server=myServerName;Database=myDBName;Uid=myIdName;Pwd=password"everything was just fine untill few days ago.im not sure if it started because Traffic increase. anyways, i started to get this error: Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. ill appreciate some help. thanks !
Either MSSQL isn't there (it could be somewhere else), the login or password changed, the driver got corrupted or something else was changed. Is this running on your computer, on a hosted site or somewhere else?