BUG: SQL-DMO Does Not Create an Identity Prop on Dec/Num ColsLast reviewed: May 1, 1997Article ID: Q136859 |
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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |