Viewing 6 posts - 31 through 36 (of 36 total)
Interesting editorial, Phil.
I tend to write procedures in the following way.
1. Identify from the requirements what the inputs and outputs should be.
2. Break the task into logical steps. Not procedural...
December 12, 2008 at 7:35 am
This raises a couple of points.
First, ditto what everyone else said about the @table variables. For me, the most important thing about them, and the thing that is most often...
April 2, 2008 at 7:18 am
Matt Miller (1/31/2008)
Sir Slicendice (1/31/2008)
January 31, 2008 at 5:35 pm
Very interesting article.
I want to add my voice to those urging caution with regard to relying on order being forced by a clustered index. According to the SQL standard,...
January 31, 2008 at 6:15 am
I didn't agree with that part of the article, but I think that it is the way that the article is worded. It says:
"If the search will use a datetime...
October 21, 2005 at 9:01 am
We were having exactly the same problem. It had us scratching our heads for a couple of days, but the MAXDOP hint solves it, and we'll be patching to .818...
August 16, 2005 at 2:00 pm
Viewing 6 posts - 31 through 36 (of 36 total)