Viewing 15 posts - 18,736 through 18,750 (of 59,072 total)
TomThomson (12/31/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 6:29 pm
Heh... without going into too many details, I've found that one of the most common query blunders is the nearly religious belief in rote, so called "best practices" and some...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 6:01 pm
drew.allen (12/31/2015)
Jeff Moden (12/30/2015)
Here's the code I wrote last night with the validation checks that I added today. Details are in the comments in the code.
GREAT! But suppose your...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 5:13 pm
Eirikur Eiriksson (12/31/2015)
Careful here Jeff, the type cast to decimal is expensive, consider using float which does not need a type cast is less costly.
Understood. FLOAT only has a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 5:09 pm
simon_s (12/31/2015)
one thing I have noticed so far is with just 215 rows in the table its taking over 30 minutes so far to run...
You have a loop somewhere in...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 1, 2016 at 4:59 pm
I know this thread is over 5 years old but I believe I found out why page splits occur even in the case of ever increasing values during inserts. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2015 at 6:48 pm
Alright... it looks like Drew isn't going to bite on this one.
Here's the code I wrote last night with the validation checks that I added today. Details...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 11:12 pm
FridayNightGiant (12/30/2015)
Looking forward to any critiques - not sure if I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 9:33 pm
MMartin1 (12/30/2015)
Jeff Moden (12/25/2015)
WHERE ISNULL(SomeNumericColumn,0) > 0
...
WHERE ISNULL(SomeCharacterColumn,'...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 4:21 pm
So let's get back to the burning question...
@Basurmanin,
Why the restrictions other than someone told you so?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 4:16 pm
drew.allen (12/30/2015)
Jeff Moden (12/30/2015)
Generating data to the ms across a large range of dates is very important to testing.
I would say that depends on what you're testing and...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 3:44 pm
SQLisAwE5OmE (12/30/2015)
Jeff Moden (12/30/2015)
SQLisAwE5OmE (12/30/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 1:58 pm
drew.allen (12/30/2015)
Jeff Moden (12/29/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 12:51 pm
So, just to be clear.... you no longer have the original "identifier" problem?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 12:38 pm
SQLisAwE5OmE (12/30/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2015 at 12:32 pm
Viewing 15 posts - 18,736 through 18,750 (of 59,072 total)