Viewing 15 posts - 1 through 15 (of 81 total)
Andrew,
Is there anyway you can help me out in figuring how this read only routing is made. As far as my knowledge goes, client connections connect to listener and from...
July 10, 2014 at 8:49 pm
Thanks Andrew. What i am looking for is how to balnce these read only connections between one read write, two read only nodes. all the writes will be hitting the...
July 9, 2014 at 7:40 am
there's no cpu or memory contention. We increased the max workers thread from 2000 to 4000.But we are still seeing issue. Suddently the worker thread count reaches the max value...
May 23, 2014 at 4:25 am
the problem is sql server not responding for a minute or two and then recovers. There's no blocking or deadlock schedulers. In a fraction of second it's getting recovered. It...
May 22, 2014 at 5:27 pm
sqlskj4000 (1/6/2014)
ShuNx239 (1/3/2014)
You should disable the SQL Server VSS Writer service.That is what I eventually did.
11:29pm - net stop "SQL Server VSS Writer"
11:31pm - net start "SQL Server VSS Writer"
🙂
SAN...
January 6, 2014 at 9:45 am
S_Kumar_S (12/31/2013)
I created a proc on main server which was schedule and it will delete the...
December 31, 2013 at 8:56 am
David,
I was testing the synchronous mirror method. Automatic failover works fine as soon as the principal goes down but the tricky part is how to make the mirror act as...
December 18, 2013 at 11:19 am
Thanks David. I am able to resolve that issue.
But here the problem is if we have a backup of distributor around 4 A.M in the morning and the server...
December 16, 2013 at 10:50 am
Jimbo,
so in this case even if we have a backups of distribution server we will be not able to use them when a server crashes. Is there any high availability...
December 16, 2013 at 9:47 am
Jimbo,
I tested it by restoring the master,msdb and distribution databases. But i am facing problems with log reader agent throwing following errors--
The process could not execute 'sp_repldone/sp_replcounters' on 'MyPublisherServer'
The specified...
December 10, 2013 at 10:20 am
MysteryJimbo (11/25/2013)
MysteryJimbo (11/25/2013)
This is good, as it means once recovered, the log reader will know everything that still needs to replicate.
I should have been clearer. You continue to stand...
November 25, 2013 at 10:52 am
MysteryJimbo (11/25/2013)
Will the data have changed on the published databases? If not,...
November 25, 2013 at 6:43 am
what do you mean by distribution database fails? what's the reason behind it?
November 11, 2013 at 8:17 am
Viewing 15 posts - 1 through 15 (of 81 total)