Viewing 15 posts - 16 through 30 (of 35 total)
Knut Boehnert (4/18/2013)
However the SQL in...
April 18, 2013 at 3:47 am
Thanks, it's an interesting approach.
Just one question: Have you tested index use with this approach?
The reason I ask is that some years back I would construct WHERE clauses as follows:
WHERE
...
April 18, 2013 at 2:04 am
Neil Thomas (11/16/2012)
How does the explanation (all about @@error) relate to the question: "What is returned from #tblTrans when you run the below code:"...?
I'm not...
November 16, 2012 at 6:35 am
PaulB-TheOneAndOnly (3/11/2011)
LightningFingers (3/11/2011)
November 8, 2012 at 3:59 pm
L' Eomot Inversé (11/7/2012)
November 8, 2012 at 1:19 pm
L' Eomot Inversé (11/5/2012)
November 7, 2012 at 11:34 am
Steve Jones - SSC Editor (11/1/2012)
November 1, 2012 at 1:22 pm
L' Eomot Inversé (10/31/2012)
November 1, 2012 at 1:19 pm
L' Eomot Inversé (10/31/2012)
craig 81366 (10/31/2012)
GilaMonster (10/31/2012)
Andrew Diniz (10/31/2012)
After all, it is possible to observe 'Halloween Protection' in DELETE and INSERT plans too :hehe:
No, the Halloween problem is exclusively for...
October 31, 2012 at 9:30 am
vk-kirov (10/31/2012)
craig 81366 (10/31/2012)
GilaMonster (10/31/2012)
You can't insert or delete a row multiple timesI beg to differ
...
that spool is essential to protecting against deleting more rows than expected
"Delete a row multiple...
October 31, 2012 at 6:30 am
GilaMonster (10/31/2012)
Andrew Diniz (10/31/2012)
After all, it is possible to observe 'Halloween Protection' in DELETE and INSERT plans too :hehe:
No, the Halloween problem is exclusively for updates. You can't insert or...
October 31, 2012 at 4:26 am
bitbucket-25253 (10/30/2012)
Meow Now (10/30/2012)
October 31, 2012 at 1:24 am
ben.norris (10/30/2012)
Hugo Kornelis (10/30/2012)
ben.norris (10/30/2012)
It doesn't state that the field is nullable
First: It does. The CREATE TABLE script does not include a NOT NULL constraint, so the columns are all...
October 30, 2012 at 6:24 am
L' Eomot Inversé (10/30/2012)
I took a guess as to what the code was intended to be, and got it...
October 30, 2012 at 5:38 am
Lokesh Vij (10/30/2012)
USERID USERNAME SALES
------------------------------
5 XRay ...
October 30, 2012 at 5:13 am
Viewing 15 posts - 16 through 30 (of 35 total)