Viewing 6 posts - 46 through 52 (of 52 total)
I've read elsewhere that a DDL trigger on the source database can cause problems with this but
a.) change-control forbids me to disable a trigger that is logging DB changes
b.) must...
August 2, 2010 at 2:06 am
I can understand that the underlying problem was caused by some dynamic SQL in the DDL trigger but it can't be seen as a solution to this issue disabling and...
July 30, 2010 at 7:10 am
I've searched all 10 cumulative updates for SP3 and there is no mention of a fix for this issue with ANSI_PADDING OFF in the replication *.sch files. This is definitely...
July 30, 2010 at 3:49 am
I had this same error when trying to initialise a Subscription. I checked the <subname>.sch file on the Publisher and noticed SET ANSI_PADDING OFF.
I amended the file to SET ANSI_PADDING...
July 28, 2010 at 5:15 am
The problem is you cannot connect to the SQL Instance using SSMS when it is running in single-user mode?
January 12, 2010 at 3:02 pm
In that case, what happens if you restore a TranLog backup where the Time range of the Transaction Logs 'overlap' a full or differential backup? What happens to the changes...
April 30, 2008 at 9:28 am
Viewing 6 posts - 46 through 52 (of 52 total)