The information in this article applies to:
SYMPTOMSSQL Distributed Management Objects (SQL-DMO) do not create an identity property on a column defined as decimal or numeric type. The identity property can be chosen but is never set up. SQL Enterprise Manager (SEM) will display this problem because it uses SQL-DMO. WORKAROUNDWrite a CREATE TABLE command with the identity property and run it directly, or change the type of the column to int, smallint or tinyint. STATUSMicrosoft has confirmed this to be a problem in 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: sql6 sem
Keywords : kbprg kbtool SSrvDMO SSrvEntMan SSrvProg kbbug6.00 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |