Viewing 15 posts - 646 through 660 (of 842 total)
Didn't know about the Alt + F1, thanks for the comments. Currently I find the IntelliSense to more annoying than helpful, so I turned it off.
August 7, 2014 at 8:15 am
Welcome back Steve. Can't wait to hear what you did on your sabbatical. That is a nice perk I wish we all had.:-)
July 21, 2014 at 8:26 am
Evil Kraig F (7/16/2014)
July 16, 2014 at 2:56 pm
Evil Kraig F (7/15/2014)
Your DBAs have to understand that the INSERT is Cost of Business.
Currently we don't have one. The one that suggested this quit.
Thanks Craig and...
July 16, 2014 at 1:22 pm
I should have mentioned that it's not just this example I mentioned, we have a lot more tables where we are doing the same steps. Extract data from a...
July 15, 2014 at 3:37 pm
I would like to see the TRIM available. And why not change ISNULL to work the same way COALESCE does. ISNULL just seems to be more descriptive of...
July 10, 2014 at 7:00 am
I guess I always look at a problem as always having a solution. I may not have the answer but I believe it is out there. Just last...
July 8, 2014 at 7:34 am
I've noticed a pattern in the shots the computer takes, at least on my server. Does that mean I played it too much?:-) Shots start out with E05...
July 3, 2014 at 1:19 pm
Koen Verbeeck (6/30/2014)
Seems like a bit of overkill for such a simple statement.Maybe they just don't want SQL code inside the SSIS packages.
While I agree with not having SQL in...
June 30, 2014 at 2:30 pm
Eric M Russell (6/25/2014)
below86 (6/25/2014)
Eric M Russell (6/25/2014)
below86 (6/25/2014)
Eric M Russell (6/25/2014)
June 25, 2014 at 9:45 am
Eric M Russell (6/25/2014)
below86 (6/25/2014)
Eric M Russell (6/25/2014)
June 25, 2014 at 9:10 am
Sean Lange (6/25/2014)
below86 (6/25/2014)
But from a 'Best Practice' standpoint, I always try, when possible, to have my inner joins listed first.
How or why is this "best practice"? I create joins...
June 25, 2014 at 9:03 am
Eric M Russell (6/25/2014)
June 25, 2014 at 8:23 am
Visually this looks bad, see the pet pevee posts on formatting your code.
update t1
set a, b, c, d .f
from t1 a
join t2 b on a.poleid=b.poleid
join t3 c on b.t3id...
June 24, 2014 at 10:10 am
lptech (6/23/2014)
https://www.youtube.com/watch?v=zbJAJEtNUX0
My manager's manager told us it was shown at off-site for higher ups as an example of what not...
June 24, 2014 at 7:16 am
Viewing 15 posts - 646 through 660 (of 842 total)