BUG: SQL 6.5 DMO GetItemByOrd And GetItemByName Causes 4K Leak In Private Bytes

ID: Q216714


The information in this article applies to:

BUG #: 18579 (SQLBUG_65)

SYMPTOMS

If you use the GetItemByOrd or GetItemByName SQL-DMO functions and pass an invalid name or ordinal value, the eighteenth failed call to these functions will leak 4,096 bytes of private bytes.


WORKAROUND

To work around this problem, ensure that the value, either name or ordinal, is valid by inspecting the Count properity or the Item(n).Name property of the collection.


STATUS

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

Additional query words: distributed management objects 18 18th


Keywords          : SSrvDMO SSrvProg kbbug6.50 
Version           : winnt:6.5
Platform          : winnt 
Issue type        : kbbug 

Last Reviewed: March 14, 1999