Viewing 15 posts - 56,236 through 56,250 (of 59,070 total)
Curious... Why do you have 3 email tables?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 9:42 pm
Heh.... I'm in the telephone business... case you haven't noticed, we round everything UP ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 9:28 pm
Obviously, you'll need "SA" privs to do this...
--===== Declare local variables
DECLARE @DefaultDataPath SYSNAME
DECLARE @DefaultLogPath SYSNAME
DECLARE @InstanceName SYSNAME
DECLARE @KeyPath SYSNAME
DECLARE @RootKey SYSNAME
DECLARE @ServerName SYSNAME
--===== Presets
SET...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 9:07 pm
| or more likely you are simply asking for more than 10-20% of the total data in the set... |
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 5:33 pm
Nicely done... still going to take a fair bit more than that if table has more than 1 DateTime column, has no DateTime column, or, as you said, has different...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 5:27 pm
Very cool... nice job, Antonio... takes only 28 seconds on the million row test...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 4:47 pm
1. Don't use anything but SQLCHAR when importing text files.
2. Don't use anything but "" for coalation on non-character based columns.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 4:28 pm
Heh... thanks Chris. And, nice job, by the way ![]()
But... try this... one less join = faster performance ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 4:14 pm
Dinendra,
The question remains... what are you doing where you think it might be a good idea to find a way to sort without using ORDER BY?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 3:37 pm
David,
Here's an attempt to explain the "errors" that creep in... same "error" bit me big time... Lynn pointed it out to me and Serqiy gave me the tool that explained...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2007 at 7:42 am
C'mon old friend...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2007 at 11:17 pm
Hey folks... I screwed up
way back when and I've crossed out my posts about this because they were wrong... what I saw...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2007 at 11:13 pm
Crud... there goes the neighborhood
Just kiddin' guys... but cut it out, please.
Serqiy, ran the query you posted you were absolutely correct on...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2007 at 10:59 pm
With a fair amount of dynamic SQL... ![]()
Do you mean you want to do an "auto discovery" of each table having any DateTime column...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2007 at 10:28 pm
Antonio,
Heh... had to do a double take... but no... it's working correctly because of the DISTINCT transfer and the GROUP BY... here's the results with the original data and your data...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2007 at 10:23 pm
Viewing 15 posts - 56,236 through 56,250 (of 59,070 total)