I setup up an replication from backup.
Existing Tables where replicated fine.
http://msdn.microsoft.com/en-us/library/ms147834.aspx
However, if I create a new table this is not replicated.
I created a snapshot Agent, but when I start the Agent it tells me that's nothing to do.
Someone an idea?
Thx
Christian
The log reads:
Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x00000025000000DC000E00000001, Command ID: 1)
Error messages:
Table '[dbo].[tab02]' not found in 'sp_addsynctriggers'. (Source: MSSQLServer, Error number: 20507)
Get help: http://help/20507
Table '[dbo].[tab02]' not found in 'sp_addsynctriggers'. (Source: MSSQLServer, Error number: 20507)
Get help: http://help/20507
Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0. (Source: MSSQLServer, Error number: 266)
Get help: http://help/266