BUG: Adding Several Defaults to Model Can Cause 602 ErrorsID: Q114846
|
BUG# OS/2: 1852 (4.2)
NT: 777 (4.2)
Creating several defaults in the model database can cause SQL Server to
generate a 602 error when executing some stored procedures.
If more than seven defaults are created in the model database and SQL
Server is then stopped and restarted, executions of existing stored
procedures can start generating error 602:
Msg 602, Level 21, State 3
Could not find row in sysindexes for dbid '2', object
'96003373', index '-1'.
Run DBCC CHECKTABLE on Sysindexes.
The SQL Server is terminating this process.
Drop and recreate any affected stored procedures. If the problem occurs on
system stored procedures, they can be restored using the scripts
INSTMSTR.SQL, INSTCAT.SQL, ADMIN2.SQL, or OBJECT2.SQL in c:\Sql\Install.
NOTE: OBJECT2.SQL is not relevant to SQL Server 4.2a for OS/2.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 4.2 and SQL Server version 4.2a for OS/2. This problem does not occur in version 6.0.
Additional query words: Windows NT
Keywords : kbother kbprg kbbug4.20 SSrvServer SSrvWinNT
Version : 4.2a | 4.2
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 19, 1999