Viewing 15 posts - 39,811 through 39,825 (of 59,072 total)
nicholasw (2/10/2010)
Instead of:IF EXISTS(SELECT 1 FROM ......WHERE....)
Would the following be quicker still?
IF EXISTS(SELECT TOP 1 1 FROM ......WHERE....)
Why not just test it to be sure or not? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 7:57 pm
Jeff Moden (2/10/2010)
Yes there is. Does the table with this data in it have a Primary Key?
Never mind... can't wait. This will work with or without a primary...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 7:52 pm
Yes there is. Does the table with this data in it have a Primary Key?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 6:10 pm
Steve Jones - Editor (2/10/2010)
Nooooooooo, I was hoping not to manage anyone but myself.
Cool... makes us even. I was hoping to not be managed by anyone but myself. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 5:24 pm
CirquedeSQLeil (2/10/2010)
So, does that make Steve our working manager?
Heh... for me, that's at least partially true. He tells me to shutup when I get out of line, occasionally tries...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 1:10 pm
RBarryYoung (2/10/2010)
Tom.Thomson (2/10/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 1:05 pm
m.ehrt (1/8/2010)
Great article! An eye-opener in every possible way ... even in the 'not recommended loops' code snippets I found stuff I had never seen before.Cheers
Michael
Sorry for the really late...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 7:11 am
True enough and even though I quoted what was said, I missed the "ADO" part because I tend to think in terms of "large batches" on the T-SQL side and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 7:00 am
GilaMonster (2/9/2010)
Steve Jones - Editor (2/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2010 at 6:52 am
Steve Jones - Editor (2/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 7:46 pm
Steve Jones - Editor (2/9/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 5:50 pm
Very cool! Thanks for the feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 5:08 pm
Alvin Ramard (2/9/2010)
GSquared (2/9/2010)
Lowell (2/8/2010)
somehow I've...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 4:53 pm
Just to clarify a bit... Andrew's question was more on why I used "hh" instead of "dd" and he was right... it should have been "dd" where I made the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 3:45 pm
Heh... I use Query Designer about 0nce every 8 years whether I need to or not. I've not ever used the Query Designer in 2k5 before. No other...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2010 at 8:50 am
Viewing 15 posts - 39,811 through 39,825 (of 59,072 total)