Viewing 15 posts - 1,786 through 1,800 (of 2,640 total)
all to do with the i/o per second throughput and bandwidth. If you've trended the performance on tempdb you'll know how many soindles you'll need at each raid to match...
October 2, 2006 at 3:07 pm
no you're not missing anything - it's basically rubbish! You can use an eval of sql2005 to run the tuning advisor then transfer the information back to sql2k. I don't...
October 2, 2006 at 10:01 am
raid 1 and raid 10 are the same except raid 10 uses more disk pairs. for each additonal pair the performance gain is linear, or doubles the original pair. Many...
October 2, 2006 at 9:52 am
agreed, no worries, can do this every time.
October 2, 2006 at 9:39 am
you could use a replication snaphot. or script them and do a find and replace. or change the owner using the provided sp_sproc
October 2, 2006 at 9:36 am
think you'll find the number is the object id ? ( but i'm not 100% ) I always use server trace flags to resolve deadlocks - creates enormous logs but...
October 2, 2006 at 2:03 am
Your other option is not to send data at all but publish at a central location and run the queries through a browser, that way you never have to move...
October 2, 2006 at 2:00 am
Well to be honest I'd lay my hands on an eval of sql diagnostic manager and point it at my server. I think by the time you've gone through all...
October 2, 2006 at 1:57 am
Rudy - I totally agree! I normally work within controlled production environments where the use of the GUI is an absolute no-no. You'll never get SOX using the GUI !!!...
October 1, 2006 at 11:48 am
alistair - sorry for delay have responded!
you could probably do it through the GUI but it's not an auditable process within a controlled production environment so no use to me...
September 29, 2006 at 9:26 am
Discussion is good - what I feel is that too many posts are not making any attempts to research first, so many answers are found in BOL and some investment...
September 29, 2006 at 6:24 am
There are some serious errors and misconceptions and this is only going to add to more users messing with options they don't understand!.
Procs, the number are doubled under w2k3 and...
September 29, 2006 at 6:09 am
It's a matter of scale and design. What's a user logically going to do with 2 million rows/ 800mb data from a query? read them all? You also mentioned "ad-hoc"...
September 29, 2006 at 1:19 am
Philip - a covered non clustered index takes it's selectivity based upon the first column, should this column not be as selective as it could be, or becomes that way,...
September 29, 2006 at 1:13 am
If cpu >80% then you have problems - the quickest upgrade is to make memory > = database size , you may have thread starvation which would be right considering...
September 28, 2006 at 8:31 am
Viewing 15 posts - 1,786 through 1,800 (of 2,640 total)