![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
18th March 09:42
External User
Posts: 1
|
Mike M. (mikem@nyce.net) writes:
To pick a nit, you are likely getting message from DB-Library, not from SQL Server itself. I suppose these are the message you are getting. 10005 = "DBPROCESS is dead or not enabled." 10025 = "Write to SQL Server failed". Since this is happening on such a wide scale, I would suspect some sort of network configuration problem. I would check: o The SQL Server Error Log. There could be stack dumps. o The Windows event log, both on the client machines and on the server. Which communication protocol are you using? TCP/IP or named pipes? -- Erland Sommarskog, SQL Server MVP, sommar@algonet.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp |
|