Viewing 15 posts - 166 through 180 (of 1,790 total)
opc.three (7/27/2011)
David Benoit (7/12/2011)
Let me know if you have any problems with the article...
July 28, 2011 at 9:53 am
Yes, read the blog and appreciated the information. We have run into most of those issues as well. I did find some suggestions to eliminate the need for reconfiguration with...
July 12, 2011 at 2:51 pm
Great. I will follow-up later with a bit on subscriptions and the impact of removing them.
Let me know if you have any problems with the article drop. You shouldn't....
July 12, 2011 at 1:20 pm
Yes, force_invalidate_snapshot = 1 is identical to the warning in the GUI. Only run the sp_droparticle statement though not the sp_dropsubscription statement that you have. You really don't want to...
July 12, 2011 at 12:51 pm
You can drop the article with the subscriptions in place and yes it will invalidate the snapshot. However, if you were going to use the snapshot again later for a...
July 12, 2011 at 12:30 pm
scott.shaw (7/12/2011)
We implemented SMSQL on a grand scale starting...
July 12, 2011 at 8:13 am
Excellent - glad that worked and thanks for the update.
July 8, 2011 at 8:17 am
As Gail stated you should really start a new thread. When you do please post the link in this one so that I know where it is.
For now though,...
July 7, 2011 at 11:38 am
What specifically is the problem? Is your log reader agent running?
July 7, 2011 at 9:37 am
GilaMonster (7/5/2011)
July 5, 2011 at 8:05 am
The following is according to BOL;
"Changing any of the following properties requires that existing subscriptions be reinitialized, and you must specify a value of 1 for the force_reinit_subscription parameter.
del_cmd
dest_table
destination_owner
filter
ins_cmd
status
upd_cmd"
So,...
June 20, 2011 at 12:35 pm
Great point Michael. You could also just run a trace on the subscriber with the application name being that of the distribution agent and you can see what you are...
June 15, 2011 at 7:57 am
Log Reader will continue to move the records from the transaction log to the distribution database. You will want to leave that running so you don't get t-log bloat. The...
June 15, 2011 at 7:46 am
I have to step away but can help later again. In the meantime, are you sure that the snapshot completed successfully? Are you seeing the error in the distribution agent?...
June 14, 2011 at 3:11 pm
You could delete the duplicate record on the subscriber and that would allow replication to insert the identical record. You could also delete the transaction from the distribution database by...
June 14, 2011 at 2:41 pm
Viewing 15 posts - 166 through 180 (of 1,790 total)