Viewing 15 posts - 57,736 through 57,750 (of 59,048 total)
Here's one way... nasty fast... takes 60-123 milliseconds for 11,000 rows (more than 30 years worth of dates if needed) and 5.8 to 9.2 seconds for a million rows (if TempDB doesn't need to...
September 4, 2006 at 10:53 am
You bet. Tuan... thank you for the feedback...
September 4, 2006 at 10:02 am
Thanks Trystan,
Looking back at it, one of the CASE statements is simply overkill... replacing this part should also work with a tiny bit more speed...
--===== Determine the rest...
September 4, 2006 at 9:21 am
I don't know what I'm missing on this for you... I'll check with my network guys on Tuesday. Sorry I wasn't able to help you without getting help myself
September 4, 2006 at 8:39 am
September 3, 2006 at 9:58 pm
Just a bit of clarification... I've not tested WHERE NOT IN vs OUTER WHERE NULL on sp4... I've seen several differences in execution plans between sp3a and sp4...
September 3, 2006 at 9:41 pm
It would usually be someone who has a role of "Domain Admin" (I think that's what they call it but not sure... I'm not a network type of guy).
September 3, 2006 at 9:38 pm
WHERE IN is not normally an acceptable substitute for a good old fashioned inner join or equi join and tends to be a bit slower. WHERE NOT IN, however, has...
September 3, 2006 at 9:36 pm
| While Steve's post may have been pushing the boundaries a little Jeff, I still appreciate his response. |
If you're...
September 3, 2006 at 8:26 pm
Not sure how I'd pose the question in such a manner to see how many DBAs could get the answer right without using QA... any ideas?
September 3, 2006 at 6:31 pm
If you wish to delve into semantics, I suppose you are correct. Still, you didn't meet the spirit of the original posting nor have any of the 23 posts you've...
September 3, 2006 at 2:14 pm
In order to use non-local UNC's, the server services must start with a windows login that has access to the UNC's desired. Our DBA's setup a special "SQLDBA" user (with...
September 3, 2006 at 12:22 pm
Sreejith,
Good code but if you run it more than once, it inserts additional new "Expired" records for the same ticket(s) that already have "Expired" records... you forgot to check to...
September 3, 2006 at 12:14 pm
Viewing 15 posts - 57,736 through 57,750 (of 59,048 total)