Viewing 15 posts - 21,241 through 21,255 (of 59,072 total)
I believe you've been bitten by the dynamic SQL. To prove what I'm thinking the problem is, change all of your path, filename, and other variables that have anything...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2015 at 4:59 pm
CELKO (3/16/2015)
Do you know of any SQL engine that has a function that will convert that ISO format directly to a "week start date"?
DB2, Ingres, Postgres and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2015 at 4:50 pm
CELKO (3/15/2015)
It is not denormalized; it is another temporal scale exactly like the Common Era Calendar is a scale. This is like saying a measurement in meters instead of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2015 at 7:53 am
kevaburg (3/16/2015)
roger.price-1150775 (3/16/2015)
Why are you renaming the files ?
If it's to ensure a file is only processed once...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 16, 2015 at 7:45 am
Understood. Any kind of a table can have those things. What I'm trying to find out is what is the "business reason" for the table. In other...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 2:30 pm
It doesn't matter much because of the high speed machines available but the WHERE NOT EXISTS will be a bit more efficient than the LEFT JOIN with the NULL detection.
I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 2:24 pm
I'm not sure why anyone would think that file handling with PowerShell is any better than it is with DOS, but that's another subject.
To the best of my knowledge, there...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 2:19 pm
As you know, the "&" is a bit mask for a bit-wise AND. If we take the simple problem of the number number "15" for the Config Value and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 12:31 pm
vliet (3/15/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:51 am
It almost sounds like a "simple" case of "bad" parameter sniffing.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:33 am
Switching that partition out like you did should be instantaneous because it only changes the meta data if you built the target table on the same file group (not even...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:29 am
thomashohner (3/15/2015)
That Bit Bash is sweet! Wow, so cool. I'm not sure why this is exciting but it is. 😀
Heh... I can't speak for anyone else but I like this...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:19 am
Eirikur Eiriksson (3/15/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:15 am
Eirikur Eiriksson (3/15/2015)
Having had the first portion of my industrial strength espresso this morning it dawned on me that simple bit-bashing would do the job
😎
Reversing the byte...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2015 at 11:12 am
eccentricDBA (3/13/2015)
Ed Wagner (3/13/2015)
crookj (3/13/2015)
Revenant (3/13/2015)
Ed Wagner (3/13/2015)
djj (3/13/2015)
crookj (3/13/2015)
Ed Wagner (3/13/2015)
djj (3/13/2015)
Ed Wagner (3/13/2015)
jasona.work (3/13/2015)
Stuart Davies (3/13/2015)
SQLRNNR (3/12/2015)
droneBee
Happy
Peaceful
Flower Power
1960s
Hippy
Dippy
Dopey
Grumpy
Stinky (one of the 7 other dwarves by Craig Shaw Gardner)
Limburger
Cheesy
Heh......
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2015 at 8:31 pm
Viewing 15 posts - 21,241 through 21,255 (of 59,072 total)