Viewing 15 posts - 39,841 through 39,855 (of 59,072 total)
Jeff Moden (2/5/2010)
I saw a tight little forumula for this about a year ago... I'm not sure where I put it but I'll try to find it this weekend.
Ah... I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2010 at 7:14 pm
Very cool, my old friend. I'll take a look at it. Thank you for spending the time on it.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2010 at 12:21 pm
Thanks for the feedback, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2010 at 11:59 am
Alvin Ramard (2/6/2010)
CirquedeSQLeil (2/6/2010)
Alvin Ramard (2/6/2010)
Well, at least we don't have to worry that someone will mess up their database by running the command.
Don't be too sure about that (evil...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 9:39 pm
CirquedeSQLeil (2/7/2010)
Use the optional parameters to prevent the mindwarp and invoke a mindmeld. The mindmeld helps will either help you understand...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 9:24 pm
Jeff Moden (2/4/2010)
Hugo Kornelis (2/4/2010)
As indicated in my previous message, I somehow lost sight of this discussion. Sorry for my sudden disappearance from this topic.
First, thank you for optimizing...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 9:19 am
My recommendation would be to put the rows to be tested for insert into a temp table with an extra "Flag" (TINYINT) column. Do a joined update between the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 8:48 am
Awesome. Thanks for the feedback, Charlotte.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 7:21 am
george sibbald (2/7/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 6:23 am
BSavoie (2/6/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 6:17 am
Paul White (2/7/2010)
I could argue that NULL is in fact evil, but I suspect that might start a whole new debate 😀
BWAA-HAAA! NULL is not nothing to argue about....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2010 at 6:14 am
satirical
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2010 at 10:13 pm
Wait just a minute! "It Depends"! You might just be able to get away with it if you set parameter 136 of DBCC TIMEWARP to a negative decimal...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2010 at 10:01 pm
Use a FULL OUTER JOIN. If you don't know how to use it, now's the time to get inline with Books Online. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2010 at 9:57 pm
GSquared (12/14/2009)
BaldingLoopMan (12/14/2009)
coalesce(custname, last, first) = isnull( isnull( custname, last ), first...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2010 at 9:53 pm
Viewing 15 posts - 39,841 through 39,855 (of 59,072 total)