Viewing 15 posts - 61 through 75 (of 129 total)
john.arnott (6/8/2009)
dave.farmer (6/8/2009)
... and I want my point back! 😉
Dave (and others),
I believe you got a point simply by posting your response. And hey! I think I get...
June 8, 2009 at 11:56 am
Irish Flyer (6/5/2009)
June 5, 2009 at 9:22 am
Jason Shadonix (5/11/2009)
Those of you saying the syntax is not correct, where are you getting a syntax error? As long as those paths exist, it should run fine.
Hi Jason,
It...
May 11, 2009 at 10:10 am
So, a few problems here:
- "C:\mssql" is not a default install folder, and most people would probably not have their SQL server instance or files installed there;
- If...
May 11, 2009 at 2:53 am
GilaMonster (5/1/2009)
Short answer. UDFs are not considered 'inline'. If they're run in a query, the run once for each row.Long answer - http://sqlinthewild.co.za/index.php/2009/04/29/functions-io-statistics-and-the-execution-plan/
Do you have a ready blog article for...
May 1, 2009 at 1:21 pm
Lynn Pettis (5/1/2009)
Just for S & G's, try this with a CROSS APPLY:
Sorry, I'm in an all-2000 environment right now. Testing is just a question of copying Gail's code from...
May 1, 2009 at 1:19 pm
Alright, alright, point taken - no more converting to float... now I need to go explain the dateadd/datediff thing to my developers...
I was hoping to be able to provide...
May 1, 2009 at 11:42 am
GilaMonster (4/28/2009)
Tao Klerks (4/28/2009)
April 28, 2009 at 8:00 am
Alright, I lied - one follow-up:
As I understand it now, for stored procedures "parameter sniffing" will only happen (or be relevant) if there is not already a full compiled execution/query...
April 28, 2009 at 7:41 am
Thanks Gail, your articles clarified all the questions I had!
The last one also brought to light a potential issue we have with a number of procedures in one of my...
April 28, 2009 at 7:34 am
Thanks Paul!
You've just added another dimension of complexity to SQL Performance tuning for me, now I have to go away and think about this. 🙂
The things that are most unclear...
April 28, 2009 at 4:51 am
This is not something I had ever heard of:
Paul White (4/28/2009)
April 28, 2009 at 3:17 am
Interesting approach - we use Convert, relying on the fact that DateTime values are internally stored as floating-point values, with every whole number representing a day:
SET @DateWithoutTime = Convert(DateTime, Floor(Convert(Float,...
April 28, 2009 at 2:38 am
Hi,
The following statement is untrue: "it is always a good practice to use DATEDIFF method for date comparison instead of making comparison using logical operators (,=)".
As the previous two posters...
April 28, 2009 at 2:21 am
Viewing 15 posts - 61 through 75 (of 129 total)