When IDENTITY columns are transferred to the Subscriber, the IDENTITY property will not be transferred. (For example, a column defined as INT IDENTITY at the Publisher will be defined as INT at the Subscriber.) If you want the IDENTITY property transferred to the subscription table, you must do the following: » Create the subscription table manually using the IDENTITY property and the NOT FOR REPLICATION option. » Set the name conflict article property so that SQL Server does not drop an existing destination table when applying the snapshot. This property is found on the Snapshot tab of article properties. The following published tables contain IDENTITY columns:
When article property 'published_in_tran_pub' is set to 'true' then article property 'upload_options' has to be set to disable ...
When calling stored procedure sys].sp_cdc_help_change_data capture, if either @source_schema or @source_name is non-null ...
When executing sp_adddistributor for a remote Distributor, you must use a password. The password specified for the @password ...
When false, security-sensitive information, such as the password, is not returned as part of the connection if the connection ...
When IDENTITY columns are transferred to the Subscriber, the IDENTITY property will not be transferred. (For example, a column ...
When multiple hierarchies or virtual dimensions are migrated into the same Yukon dimension, the crossjoin of sets including ...
When preparing to process change commands in LoadReplCmds, a NULL value was encountered for the last processed XactSeqno ...
When raising two Oracle standard exceptions, TOO_MANY_ROWS and NO_ DATA_FOUND, use a call to db_error_exact_one_row_check ...
When the Max Cases property is set to 0, cross-validation uses all the cases in the data set. Therefore, the time needed ...