Hola a todos;
He configurado mis bases de datos con replicacion transaccional, pero se me esta presentando el siguiente error.
"Explicit value must be specified for identity column in table 'SVC00952' either when IDENTITY_INSERT is set to ON or when a replication user is inserting into a NOT FOR REPLICATION identity column. (Source: MSSQLServer, Error number: 545)"
De acuerdo a la información encontrada es porque la tabla posee una columna de Identidad la cual tiene hablitada la opción NOT FOR REPLICATION y para solventarlo tengo que deshabilitar la opción NOT FOR REPLICATION para dicha columna. Cuando trato de hacer esto ultimo se me presenta el siguiente mensaje de error.
SVC00952' table
- Warning: One or more existing columns have ANSI_PADDING 'off' and will be re-created with ANSI_PADDING 'on'.
- Warning: The table was created with ANSI_NULLS 'off' and will be re-created with ANSI_NULLS 'on'.
Alguien me puede ayudar con esto.
Gracias.