Microsoft
Software
Hardware
Network
Question : Problem connecting to SQL Server 2k
Hi, I'm encountering a problem when trying to connect to a SQL Server 2k database on Win2003 Server. I have no problem using the same connection string in a vbs script or windows application, but when I try to get an asp page (on a WinNT4 server) to connect I'm getting the following error:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
The connection string I'm using is this:
Provider=SQLOLEDB.1;Persis
t Security Info=True;User ID=;Password=;Integrated Security=SSPI;Data Source=dbservername;Initia
l Catalog=dbname
SQL Server is set up to accept both Windows and SQL Server authentication.
Answer : Problem connecting to SQL Server 2k
Reinstall may be your best option ... sorry nothing else has worked!
Random Solutions
Could not find a table or object named 'TableName'. Check sysobjects
MS SQL truncate script needed
WSS Content DB Restored and Access Denied
Change Users Last Name in Exchange 2003
Alternate Table Row Colors on Multiple Tables
Move /srv on RHEL5 backup server to separate LVM LV
simple CS4 website problem
AIX, 5.3, ML, 7 Can this AIX level used as a NIM master for client with AIX 5.2 ML2?
MS Access: Can a variable date be used in a title within a macro that exports a file?
I need some help adding a Radiobutton to a preexisting Tkinter form