Viewing 15 posts - 3,166 through 3,180 (of 4,081 total)
Boy, what great timing. I just started an offshoot thread here.
Steve, I really enjoyed the "Manners'' podcast. We all need to be reminded of "The...
April 6, 2009 at 9:27 am
No, I haven't looked at this since I realized that my shift-left version was not the ultimate answer. You guys had already made considerable progress, so I've just been...
April 6, 2009 at 9:12 am
Sweet. This has certainly been an interesting problem to follow.
Anyone heard from the OP lately?
April 6, 2009 at 8:05 am
Roy, I'm terribly sorry to hear that. God bless your family in this time of trouble.
April 6, 2009 at 6:58 am
Paul, I was referring to your comments about functions which are applied to constants or local variables not having an effect on the use of indexes. (Sorry for...
April 6, 2009 at 6:51 am
It's dead, Jim. Wake and afterparty to be held near Roy's place.
April 5, 2009 at 9:51 pm
Oh, one more thing about the bit datatype. I rarely see a simple active yes/no. Usually it is a "status" column and (A)ctive is but...
April 5, 2009 at 9:18 pm
Trans54, me see if I can reply in pretty much the same order.
1. Paul is correct that an explicit null can always be passed,...
April 5, 2009 at 9:07 pm
One other VERY IMPORTANT point that I almost forgot.
The first time you run this procedure, the parameters you pass may have an effect on the execution plan. ...
April 3, 2009 at 10:52 pm
Thought I'd throw in an afternote. I recently read in Karen Delaney's 2005 internals book that when columns are dropped, the space isn't reclaimed until the clustered index...
April 3, 2009 at 10:41 pm
How about this approach?
DECLARE @EmpXML AS XML(EmployeeSchema)
DECLARE @LocalError -- as what?
BEGIN TRY
SET @EmpXML = @EmployeeXML -- TRY to set the @EmpXML to @EmployeeXML
END ...
April 3, 2009 at 10:33 pm
AND (@CodeId IS NULL OR @CodeId = 0 OR p.CodeId = @CodeId)
Let's begin with this statement in the WHERE Clause. It will be helpful to interpret it...
April 3, 2009 at 9:48 pm
Viewing 15 posts - 3,166 through 3,180 (of 4,081 total)