Viewing 15 posts - 751 through 765 (of 18,926 total)
Entire books have been written on the subject.
Here's something to give you a hint of wether or not you have a problem.
/*
Cost threshold for parallelism (CXPACKET) http://sqlblog.com/blogs/jonathan_kehayias/archive/2010/01/19/tuning-cost-threshold-of-parallelism-from-the-plan-cache.aspx
Paul White: Understanding parallelism...
November 24, 2011 at 8:23 am
>
george sibbald (11/24/2011)
sorry just reread your post, if the E drive is going completely not to be replaced, its a reinstall
November 24, 2011 at 6:53 am
Why do you have to move those files???
It's not like they are taking 100 GB!
November 24, 2011 at 6:27 am
Use ROW_NUMBER() OVER (PARTITION BY ORDER BY)
To filter & do tie breaker.
November 24, 2011 at 5:46 am
viiki.seth (11/24/2011)
That does WAY too much work for nothing. Doesn't log anything. Not flexible at all.
November 24, 2011 at 5:45 am
Big day today, Dad's operation's confirmed, the rest of the crap is getting hauled out of the basement (which means the basement is getting hauled out of the basement)....
November 24, 2011 at 5:12 am
Declare variables, then set them and then use them to call the sp.
November 24, 2011 at 5:07 am
Reformatted =>
DECLARE
@Company varchar(3)
, @TransportGroup varchar(max)
, @EmailKey varchar(10)
, @SalesType varchar(200)
, @qwerty-2 varchar(1)
set @Company = 'test'
set @TransportGroup = 'test'
set @EmailKey...
November 24, 2011 at 4:47 am
Revenant (11/23/2011)
L' Eomot Inversรฉ (11/23/2011)
Ninja's_RGR'us (11/23/2011)
Dev (11/23/2011)
Mojo Jojop.s. somebody please tell me when it will be over ๐ what are the rules?
SELECT Rules = Who cares + NULL...
November 24, 2011 at 4:46 am
paul.scoging (11/24/2011)
Found a handy defrag script on sqlserverpedia.com that might be of interest to you ;-):
Actually here's the original's author's website and latest version of that script => http://sqlfool.com/2011/06/index-defrag-script-v4-1/
November 24, 2011 at 4:38 am
Your question is like asking My car makes noise, what's wrong with it? & without taking it to the garage.
Did you capture both the good version and...
November 24, 2011 at 2:06 am
Dev (11/23/2011)
(XYZ is still waiting for thanks :hehe:).
The most prolific poster post because it's the RIGHT thing to do. Not to get anything of any kind in...
November 23, 2011 at 1:44 pm
Dev (11/23/2011)
Mojo Jojop.s. somebody please tell me when it will be over ๐ what are the rules?
SELECT Rules = Who cares + NULL ๐
November 23, 2011 at 1:37 pm
@Brandie,this is somewhat easy to do.
I don't know how you do the merge at the moment or when you really want to set the print flag.
You can simply do a...
November 23, 2011 at 1:06 pm
Viewing 15 posts - 751 through 765 (of 18,926 total)