![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
|From: "Eric Caron" <ecaron (AT) nospam (DOT) quebecaffaires.com |Subject: Unable to connect to SQL Server cluster |Date: Wed, 11 Feb 2004 10:55:57 -0500 |Lines: 23 |Organization: Québec-Affaires Inc. |X-Priority: 3 |X-MSMail-Priority: Normal |X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 |X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 |Message-ID: <OQySfdL8DHA.2196 (AT) tk2msftngp13 (DOT) phx.gbl |Newsgroups: microsoft.public.sqlserver.clustering |NNTP-Posting-Host: mur.quebecaffaires.com 204.101.212.67 |Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftng xa09.phx.gbl!TK2MSFTNGP08. |
|
|Xref: cpmsftngxa07.phx.gbl microsoft.public.sqlserver.clustering:12779 |X-Tomcat-NG: microsoft.public.sqlserver.clustering | |Hi everyone, | |As of today, we are unable to connect to the SQL Server connection with |Enterprise Manager. The operation fails with the following error message: | |A connection could not be established to DBCLUSTER01 | |Reason: Invalid object name 'master..spt_values'. |Invalid object name 'master..spt_values'. |Invalid object name 'master..spt_values'.. | |Anyone know what this means? This is using SQL Server 2000 on a Windows |2000 Advanced Server 2-node cluster. Everything was working fine until |today. The database server seems to be working fine as our web sites are |still able to query the databases. The only thing I found on google |mentions that the master database might be corrupted, but DBCC CHECKDB on |the master database doesn't find any errors. | |Any help would be appreciated. | |Thanks. | | | |
#3
| |||
| |||
|
|
Hello - The error message indicates some corruption in the master database. Check for the table spt_values and see whether it is present in your master database. If it is not, then somehow it got dropped and that is quite harmful. There are scripts to recreate those system tables but I would recommend you take the standard way of going for rebuilding and restoring the master database. Regards, Chandra -------------------- ||From: "Eric Caron" <ecaron (AT) nospam (DOT) quebecaffaires.com ||Subject: Unable to connect to SQL Server cluster ||Date: Wed, 11 Feb 2004 10:55:57 -0500 ||Lines: 23 ||Organization: Québec-Affaires Inc. ||X-Priority: 3 ||X-MSMail-Priority: Normal ||X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 ||X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 ||Message-ID: <OQySfdL8DHA.2196 (AT) tk2msftngp13 (DOT) phx.gbl ||Newsgroups: microsoft.public.sqlserver.clustering ||NNTP-Posting-Host: mur.quebecaffaires.com 204.101.212.67 ||Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftng xa09.phx.gbl!TK2MSFTNGP08. phx.gbl!tk2msftngp13.phx.gbl ||Xref: cpmsftngxa07.phx.gbl microsoft.public.sqlserver.clustering:12779 ||X-Tomcat-NG: microsoft.public.sqlserver.clustering || ||Hi everyone, || ||As of today, we are unable to connect to the SQL Server connection with ||Enterprise Manager. The operation fails with the following error message: || ||A connection could not be established to DBCLUSTER01 || ||Reason: Invalid object name 'master..spt_values'. ||Invalid object name 'master..spt_values'. ||Invalid object name 'master..spt_values'.. || ||Anyone know what this means? This is using SQL Server 2000 on a Windows ||2000 Advanced Server 2-node cluster. Everything was working fine until ||today. The database server seems to be working fine as our web sites are ||still able to query the databases. The only thing I found on google ||mentions that the master database might be corrupted, but DBCC CHECKDB on ||the master database doesn't find any errors. || ||Any help would be appreciated. || ||Thanks. || || || |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Two options for next time. 1) To keep all logins and databases and databases intact- lock out all users an back up all DBs first. Restore master from backup using BOL topic |
|
2)Rebuild master the way you did, add logins that were available previously, restore DBs from backup, See "Troubleshooting Orphaned Users" in |
|
hope this helps |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |