Viewing 15 posts - 61 through 75 (of 430 total)
One thing you could do is hash the sp text and compare the last date modified. So if the modified date is newer and the hashes don't match, then it's...
October 15, 2014 at 10:19 am
Jeff Moden (10/12/2014)
sqldriver (10/12/2014)
Jeff Moden (10/12/2014)
sqldriver (10/9/2014)
October 12, 2014 at 2:37 pm
Eirikur Eiriksson (10/12/2014)
October 12, 2014 at 1:32 pm
Eirikur Eiriksson (10/12/2014)
October 12, 2014 at 12:45 pm
Jeff Moden (10/12/2014)
sqldriver (10/9/2014)
They insisted something was wrong and that it was always faster. I told them to come back when they found it faster their way.
That's kind of...
October 12, 2014 at 12:15 pm
Koen Verbeeck (10/10/2014)
sqldriver (10/10/2014)
And yes, they refuse to implement a default constraint of 0 to make their lives easier. Because less code is... bad? Something?
Constraints are evil! Because of uh......
October 10, 2014 at 7:58 am
GilaMonster (10/10/2014)
sqldriver (10/9/2014)
Today it was replacing a traditionalWHERE col IS NULL
withWHERE ISNULL(col, 0) = 0
It's extremely important to realise that those two queries are not equivalent.
The first...
October 10, 2014 at 7:43 am
Grant Fritchey (10/9/2014)
The...
October 9, 2014 at 6:00 am
Yeah! I was reading that, and this part would totally make the non-uniformity make sense if it were grouping on ALL the columns in the index, not just the first:
Histogram
A...
October 8, 2014 at 9:37 pm
Evil Kraig F (10/7/2014)
My first step is to open Visio. My second step is cancel my meetings for a week.
I create a...
October 7, 2014 at 12:18 pm
Eric M Russell (10/6/2014)
sqldriver (10/6/2014)
Eric M Russell (10/6/2014)
sqldriver (10/6/2014)
October 6, 2014 at 12:00 pm
Michael L John (10/6/2014)
Document, and if possible, clean up the...
October 6, 2014 at 11:15 am
Eric M Russell (10/6/2014)
sqldriver (10/6/2014)
October 6, 2014 at 11:07 am
At what point do you decide to throw it in and start over from scratch? This thing uses 38 tables, countless temp tables, 47 stored procs of varying length, and...
October 6, 2014 at 10:29 am
TheSQLGuru (10/6/2014)
sqldriver (10/6/2014)
Specifically:
Assigning workable values to parameters/finding out where they're passed from or stored
Heavy use of temp tables/table variables/real tables that get truncated
Verifying results
Bonus points if...
October 6, 2014 at 8:44 am
Viewing 15 posts - 61 through 75 (of 430 total)