Viewing 15 posts - 1 through 15 (of 22 total)
Gail,
Cheers, thats the explanation i needed.
May 12, 2015 at 7:44 am
I imagine using bulk logged on the subscription replica is a replication throughput issue,
all the insert update action from the replication stored procs will be getting logged in the simple...
February 3, 2014 at 3:51 am
Perry,
Your article suggested you could make the single Listener HA, Could you explain how this is achieved please ?
August 31, 2013 at 1:52 am
my target table is 44Million rows and has an int PK but is clustered on the Site and the PK with the site First. I typically merge 107k...
July 20, 2012 at 3:59 am
Incidentally there is also a trace flag you can use to stop the exclusive table lock escalation kicking in at 5000 Rows (try Books on line for it)
another option for...
July 19, 2012 at 6:41 am
not tried your method but as cdc is pretty new to sql id prob stick with an older method:
triggers on change tracked tables that write change data to seperate local...
July 19, 2012 at 6:27 am
I use the Following, in our scenario we are merging a site into a table that contains all sites i find that the CTE restricts the query plan on the...
July 19, 2012 at 5:50 am
I dont think the trigger solution is what was asked for. ie (monitoring structual changes)
It seemed to be more about the realease process for making structural changes to the DB...
July 19, 2012 at 5:34 am
You said this was a histric problem. have you looked at and retained the default trace. it may tell you what was going on at the time of the...
March 5, 2010 at 3:25 am
Hi,
what sticks out in this scenario to me is the large number of databases on a single instance! SQL will be constantly re-allocating memory to the active DB at that...
March 3, 2010 at 4:56 am
yep you just restore the latest diff backup
November 3, 2008 at 11:01 am
remember all your difs work from the baseline of the Last full backup Only and dont contain the difs from the last diff. so they get progressivly Larger during...
November 3, 2008 at 7:42 am
no problem, youve illustrated a fair point. Id like to see the link that adds some context to your example
May 27, 2008 at 12:27 pm
good news,
the unistall of sp1 seemed to work and 3 hours later my sql services are now starting up correctly again.
unfortnualty this confirms that it is definatly the Vista SP1...
May 27, 2008 at 6:34 am
clever but on large tables probably inparactical due to lock escalation and the time taken to do disk based delete and reindex operations.
alternatives could be a Unique indexed view ...
May 26, 2008 at 6:47 am
Viewing 15 posts - 1 through 15 (of 22 total)