BUG: Dump/Load Within Stored Proc Using Parameters Causes AV

ID: Q148371


The information in this article applies to:

BUG# NT: 13713 (6.00)

SYMPTOMS

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.


WORKAROUND

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.


STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.



Additional query words: SP2 service pak


Keywords          : kbprg kbusage SSrvStProc kbbug6.00 
Version           : 6.0
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: March 24, 1999