DBA's always face problem with Indentiy columns in replications. Following scripts will list all identity columns in current database with the value of 'Not For Replication'.
Altering Replicated Tables (SQL 2000)
Changing a replicated table in SQL 7 was a lot of work. SQL 2000 offers some help, but in many cases it's not enough. This article by Andy Warren shows you which changes SQL 2000 will help you with and which ones it won't.
2003-08-08
14,369 reads