Ziller
 |
| 12/31/2001 8:43 AM |
Quote
Reply
Alert
|
|
Running SQL7 (SP3) on NT4
I recently installed this patch and now the Enterprise Manager will not connect. I get a SQLDumpExceptionHandler error. I can connect with the Query Analyzer. Any thoughts on this?
Thanks
|
|
|
|
|
Chip Andrews
 |
| 01/03/2002 7:15 PM |
Quote
Reply
Alert
|
| Yikes - generally anyone who gets this type of error should contact Microsoft tech support ASAP as this is a serious problem. If you want to try and avoid the $$$ of a service call you could attempt to connect via OSQL or Query Analyzer and try
DBCC CHECKDB
DBCC CHECKTABLE
DBCC CHECKCATALOG
DBCC CHECKALLOC
On any and all databases. You could also attempt to detach the databases and then re-install SQL Server and re-attach them. All of these are trial-and-error hacks I am sorry to say but worth a shot to avoid the initial troubleshooting calls.
Chip
|
|
|
|
|
Fred
 |
| 05/07/2002 12:53 PM |
Quote
Reply
Alert
|
| FYI - I got this error and resolved it by installing SP2 for SQL Server 2000. |
|
|
|
|