The information in this article applies to:
BUG #: 53612 (SQLBUG_70) SYMPTOMS
Using Design Table in SQL Server Enterprise Manager (SEM) to modify a table does not preserve the NOT FOR REPLICATION property.
WORKAROUNDTo work around this problem, do not use Design Table in Enterprise Manager to make changes to the table. Instead, use Transact-SQL statements in Query Analyzer, OSQL, or ISQL. For example, use the ALTER TABLE statement instead. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATION
To check whether the NOT FOR REPLICATION option is set, use the sp_help system stored procedure on the table.
REFERENCESFor more information on NOT FOR REPLICATION with IDENTITY, see the "Use the NOT FOR REPLICATION Option on the IDENTITY Property" topic in the SQL Server 7.0 Books Online.Additional query words: SEM SSEM EM ent man entman repl table designer
Keywords : SSrvEntMan kbbug7.00 kbSQLServ700bug |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |