BUG: Dump/Load Within Stored Proc Using Parameters Causes AV |
Q148371
When you dump or load a database within a stored procedure to tape or disk, a handled exception occurs on the second, fourth, or any even number of times the stored procedure is executed. The stored procedure must accept a parameter for the handled exception to be seen.
If possible, do not pass a parameter to the stored procedure. Hard code this value within the stored procedure. If this is not an acceptable workaround, try increasing the size of the declared variable by one if it is a char or varchar datatype.
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.0. This problem was corrected in Microsoft SQL Server
version 6.5.
Additional query words: SP2 service pak
Keywords : kbprogramming kbusage kbSQLServ650fix
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: February 17, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |