Viewing 15 posts - 106 through 120 (of 2,640 total)
My main use of xp_cmdshell is for log shipping, I use my own ( have since sql 6.0 ). Although I am looking to test using DFSR when we...
August 18, 2011 at 8:44 am
seconded - the best advice I ever had was " It just depends"
August 18, 2011 at 8:17 am
oh sorry when you say pages/sec I assume you mean the page file usage?
August 18, 2011 at 4:38 am
hmm - almost all of my kit is x64 so rules are different. You shouldn't really get a surge of io excpet from the disk/lun you're copying from (...
August 18, 2011 at 4:38 am
I have two DBA databases on each server which have "stuff" I use, tables, procs, config etc. etc.
I also have some procs/functions I deploy to master to assist me in...
August 18, 2011 at 4:31 am
I don't really think you can compare a network backup with file copy. as suggested you could try writing to multiple files - I found I could get more performance...
August 18, 2011 at 4:20 am
an indexed view is a different question/subject area.
my best suggestion is that you examine the query plans for your various queries, this way you'll hopefully get an understanding of what...
August 18, 2011 at 4:05 am
this is so difficult to answer .. i have to be diplomatic as we too have an outsourced data centre 🙂
Experience has shown that in certain circumstances the combination of...
August 18, 2011 at 4:01 am
If I need to use xp_cmdshell then I do - it depends upon client requests and their perception of course, There's always a certain amount of using what you have...
August 17, 2011 at 9:17 am
yes I've found network backups are slow ( windows not sql ) I never do network sql backups. The usual reason is network bandwidth - the average didk interface is...
August 17, 2011 at 9:14 am
I thought i had this one in my docs but it seems if I did I couldn't find it 🙂
Thanks for the answer, I'll make sure I keep this one...
August 17, 2011 at 9:11 am
ah, sorry should have said we were using Litespeed which allows you to define the number of cores/threads for the backup.
My backup using 8 threads on a 16 core 2.93GHz...
August 17, 2011 at 8:53 am
It depends why you might want to run dbcc updateusage. If when you run dbcc updateusage lots of internal values are updated then maybe it's useful.
The tricky thing with many...
August 17, 2011 at 8:46 am
correct - unless I've been getting it wrong all these years 🙂
August 17, 2011 at 8:36 am
have a look at the merge statement
August 17, 2011 at 8:35 am
Viewing 15 posts - 106 through 120 (of 2,640 total)