Viewing 15 posts - 121 through 135 (of 380 total)
j-1064772 (1/15/2014)
Any plans...
February 25, 2015 at 7:06 am
To start with. I did not carefully read the entire article.
I stopped at the 5th time I saw "Select *" used in the code for an article about Query performance.
At...
February 24, 2015 at 7:47 am
ChrisM@Work (2/23/2015)
PHYData DBA (2/23/2015)
Care to divulge?
Since you did not specify I am going to just restate one that this discussion is about -
Never add a where statement to your SQL...
February 23, 2015 at 10:49 am
bantrim (2/23/2015)
PHYData DBA (2/23/2015)
bantrim (2/23/2015)
Eric M Russell (2/23/2015)
PHYData DBA (2/23/2015)
bantrim (2/22/2015)
Eric M Russell (2/22/2015)
February 23, 2015 at 10:46 am
bantrim (2/23/2015)
Eric M Russell (2/23/2015)
PHYData DBA (2/23/2015)
bantrim (2/22/2015)
Eric M Russell (2/22/2015)
February 23, 2015 at 8:54 am
bantrim (2/22/2015)
Eric M Russell (2/22/2015)
February 23, 2015 at 7:33 am
ChrisM@Work (2/19/2015)
DonlSimpson (2/18/2015)
...I think it's just lazy though.
When "lazy" translates to "quick, easy and accurate" it's not so bad.
That statement says it all.
It is a perfect example of the...
February 19, 2015 at 8:32 am
bantrim (2/19/2015)
February 19, 2015 at 8:10 am
TomThomson (2/18/2015)
CELKO (2/18/2015)
I see I am not the only one that remembers how horrible this is in any language.
Remember it from Assembly languages? If you dropped it, the line count...
February 18, 2015 at 12:30 pm
Eric M Russell (2/18/2015)
Resender (2/2/2015)
I always do
WHERE 1 = 1
I can't remember where I picked this habit up...
February 18, 2015 at 12:18 pm
CELKO (2/18/2015)
I see I am not the only one that remembers how horrible this is in any language.
Remember it from Assembly languages? If you dropped it, the line count would...
February 18, 2015 at 9:39 am
Jeff Moden (2/16/2015)
GilaMonster (2/16/2015)
I hate seeing that in queries.Ditto that.
+1 to all of the above.
#1 Reason my production SQL does not work as expected.
...
February 18, 2015 at 7:12 am
GPO (2/8/2015)
February 10, 2015 at 7:39 am
I read this in a quote from Jeff Moden:
"Well, pre-optimization is the root of all evil"
How stupid. The saying is actually this:
"post-optimization is the root of all...
February 4, 2015 at 8:42 am
bdcoder (1/31/2015)
Ha! - store *every* column as VARBINARY(max) and never worry about data types again!
And cast a maniacal laugh when the table is schema locked for two days because it...
February 4, 2015 at 8:30 am
Viewing 15 posts - 121 through 135 (of 380 total)