BUG: 1105 During Object Resolution Can Cause Thread AV |
Q132225
When an object, such as a stored procedure or view, is undergoing
resolution and the process encounters or causes an 1105 error in syslogs,
it can cause a thread access violation or 707 error:
Attempt to access memory at location 0x0
The resolution process incorrectly handles an 1105 error on syslogs situation. When this happens, additional rows are added to the sysprocedures table, consequently the reason for the 1105 error.
Clear the transaction log by dumping it and resume normal processing. Also, you may want to drop and recreate the object if the size of the object has grown significantly.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 4.21a. This problem does not occur in SQL Server version 6.0.
Additional query words: gp fault gpf Windows NT
Keywords : kbother
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: February 19, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |