Viewing 15 posts - 1 through 15 (of 107 total)
Thanks for your reply, that certainly explains what is happening.
It's a shame there is no "nolog" option for index rebuilds in FULL recovery mode. Having >1Tb tx log disk space...
April 5, 2016 at 3:43 am
Thanks Derrick and Elliott, that's a much better way of doing it. Wish I'd known about that way before!
September 28, 2011 at 5:01 am
OK, will do. Code was originally written for SQL 2000!
June 8, 2011 at 9:05 am
There is error handling, here's a code extract:
exec (@Command)
set @LocalError=@@error
-- If there's a problem record it in the event log
if not @LocalError = 0
begin
set @ErrorMessage= 'An Error'
if @ServerStatus = 1
raiserror(@ErrorMessage,16,1)...
June 8, 2011 at 8:54 am
I'd like to be able to dynamically adjust the memory allocated to each instance running on the individual nodes.
So, for instance, if one node fails and the instance(s) failover to...
April 27, 2011 at 5:18 am
ah, ok, thanks Howard. I didn't realise that.
June 25, 2010 at 2:22 am
yes, I followed that, but it seemed to be the sql server service account that did all the work so the resource govenor didn't have much affect
June 25, 2010 at 2:13 am
thanks Steve. So, are there any reasons to not compress?
June 25, 2010 at 1:35 am
Hi, how are people finding the CPU hit when running compressed backups?
I tried to create a specific login, limited to max cpu 20%, to restrict the affect on CPU, but...
June 24, 2010 at 9:47 am
Thanks Paul
If (and I'm not convinced yet!) we go down the mirroring route, I will investigate using this DMV.
Regards
Andy
April 29, 2008 at 2:49 am
Thanks Paul
Does that catalog view exist on both servers?
Andy
April 28, 2008 at 10:30 am
Thanks Kenneth and Jeff, appreciate the prompt responses.
Will suggest your recommendations.
Andy
February 27, 2008 at 7:46 am
Thanks for the reply Kenneth
Definitely shows up as a deadlock, which is why I'm a bit confused.
I will pass your suggestions on to the developers.
Andy
February 27, 2008 at 7:13 am
No, not sure what it would tell me though??
February 13, 2008 at 8:05 am
Viewing 15 posts - 1 through 15 (of 107 total)