BUG: Stored Procedure Remains After Execution by Sp_makewebtask

ID: Q201042


The information in this article applies to:
  • Microsoft SQL Server version 7.0

BUG #: 52589 (SQLBUG_70)

SYMPTOMS

After executing the sp_makewebtask system stored procedure to create a Web Task, an internally generated stored procedure is created such as: web_19981206123328134702 (note that the format of this procedure is: web_year/month/day/time stamp). These stored procedures remain in the database where sp_makewebtask was executed.


WORKAROUND

These internally generated stored procedures can be ignored or deleted if you choose.


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 7.0.

Additional query words:

Keywords : SSrvEntMan SSrvGen SSrvStProc SSrvWeb kbbug7.00
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.