Viewing 15 posts - 346 through 360 (of 1,825 total)
If you need this is a repeatable and automated fashion , as i guess as you say Not manually, then SSIS is probably a safe bet.
February 14, 2011 at 7:27 am
Steve Jones - SSC Editor (2/11/2011)
Or just arrange for a happy hour (or happy day?) in London somewhere.
Now THAT sounds like a plan 🙂
February 11, 2011 at 11:42 am
Jack Corbett (2/9/2011)
February 10, 2011 at 4:41 pm
There are the same , count(1) get converted to count(*) by the optimizer / parser.
See this post on my blog
http://sqlblogcasts.com/blogs/sqlandthelike/archive/2010/07/27/count-or-count-1.aspx
February 10, 2011 at 6:29 am
TheSQLGuru (2/9/2011)
My gut tells me that the server effort to clear gobs (tens/hundreds of thousands or even millions) of ad hoc plans from cache using either method you mention (i.e....
February 10, 2011 at 3:09 am
Thanks Chris (and all others) for well wishes, Its an uncertain market in uncertain financial times, hopefully ive done enough leg work over the past few years to...
February 10, 2011 at 2:25 am
Bummer ,
You may be able to ease your system usage by creating a plan guide and forced paramaterization.
http://msdn.microsoft.com/en-us/library/ms191275.aspx
Also post the full plan as per
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
It may help to see what the...
February 10, 2011 at 1:32 am
Brandie Tarvin (2/9/2011)
Dave Ballantyne (2/9/2011)
Handed my notice in today , i can already feel the freedom 🙂
Actually, that's just the wind blowing up your kilt. @=)
Seriously, though, are you just...
February 9, 2011 at 9:18 am
Handed my notice in today , i can already feel the freedom 🙂
February 9, 2011 at 9:11 am
TheSQLGuru (2/9/2011)
February 9, 2011 at 5:45 am
errrm
CASE suc.status WHEN 'Completed' THEN 0 ELSE 1 END
February 9, 2011 at 2:25 am
Please finish reading that article, specifically the sentence following the conversion it states "This can be disastrous for performance!".
February 8, 2011 at 1:10 pm
All you could ever wish to know about dates in sql server is documented here...
February 8, 2011 at 7:54 am
Grant Fritchey (2/8/2011)
February 8, 2011 at 7:50 am
Viewing 15 posts - 346 through 360 (of 1,825 total)