Viewing 15 posts - 1 through 15 (of 1,789 total)
It does not force you to initialize, but it does invalidate any unreplicated transactions in the transaction log which will potentially put you in an out of sync condition.
In...
February 3, 2016 at 7:27 am
If you run sp_repldone, you will mark all the transactions in the transaction log as replicated, and logreader will now ignore them. So, if there have been any transactions that...
February 2, 2016 at 2:42 pm
Paul Hernández (10/20/2015)
Hi David, thanks for the explanation.It is what I wanted to say but in a understandable way.
Thanks, Paul. I just wanted to provide some additional "color" to...
October 20, 2015 at 8:08 am
A key consideration in this space is where the code contributors are aligned, as that is a major factor when looking at any open source solution. All of the 3...
October 20, 2015 at 7:38 am
I guess there are narrowly defined domains where computers seem to be improving their capabilities
Heh - the way you phrased that it seems like you are referring to them...
July 24, 2015 at 6:58 am
What do you see when you run dbcc opentran(YourDBName)? Check the SPID that shows in the output.
January 8, 2015 at 10:31 am
A better answer from this technet article;
[ @replicate_ddl = ] replicate_ddl
Indicates if schema replication is supported for the publication. replicate_ddl is int, with a default of 1 for SQL...
March 14, 2014 at 2:23 pm
Read the last post on this thread.
March 14, 2014 at 2:05 pm
Thanks, Wayne. I'll check that out. I have a working version from what was shared earlier but will try to implement this in the next few days. Since we...
February 14, 2014 at 10:14 pm
This is so COOL! I was starting to look at how to do this and thought "I'll just search it to see if anyone has done this..." and WOW! Works...
February 14, 2014 at 2:01 pm
I haven't had to convert a whole environment before but definitely a couple servers in an environment. Your plan sounds good and you should realize some time savings in the...
December 23, 2013 at 2:17 pm
Ah - Glad you found something that works. 🙂
December 23, 2013 at 1:46 pm
There are a couple tables that you can query; msdb..sysreplicationalerts and distribution.dbo.MSrepl_errors. Both are on the distribution server. Let me know if that doesn't give you the information you need....
December 23, 2013 at 1:46 pm
Do you have any of the CU's installed? You might want to check out the documentation for 2012 SP1 CU6. There is an interesting fix noted in this article http://support.microsoft.com/kb/2877100
December 19, 2013 at 7:04 am
Unfortunately, no, there isn't a way to control this.
December 19, 2013 at 6:51 am
Viewing 15 posts - 1 through 15 (of 1,789 total)