SQL Server 2008R2.
We using transactional replication. After db upgrade ( table changes, like adding few more fields etc ).
I am getting following error:
Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x000000720000012F000100000000, Command ID: 1559)
Error messages:
A DDL change has been replicated. (Source: MSSQL_REPL, Error number: MSSQL_REPL27332)
Get help: http://help/MSSQL_REPL27332
Invalid column name 'default'. (Source: MSSQLServer, Error number: 207)
Get help: http://help/207
Not really sure where is the problem.