Viewing 15 posts - 526 through 540 (of 5,590 total)
Grant Fritchey (3/27/2014)
jcrawf02 (3/27/2014)
We have a written test we use to weed out people who don't know the first thing about SQL (report writing position, not DBA stuff), it's pretty...
March 27, 2014 at 7:39 pm
SQLRNNR (3/25/2014)
Grant Fritchey (3/25/2014)
He got vehement about it. It was fun.I can imagine the fun that could be had. :ermm:
It could even be scary...
March 26, 2014 at 8:16 am
Greg Edwards-268690 (3/24/2014)
It would be really scary if he was hired through any kind of interview process.
But... I've been working in SQL for 10 years... I'm a senior DBA!
March 25, 2014 at 7:30 am
jasona.work (3/21/2014)
Today we meet with the builders to go...
March 24, 2014 at 10:18 am
Mad Myche (3/19/2014)
Re-reading the article today made me realize that I can use it in more ways, and what took me...
March 19, 2014 at 6:35 pm
Rich, Jason, Jeff, and Dwain - I'm glad you liked it, and I hope you learned from it.
March 18, 2014 at 1:01 am
You might want to consider replacing all of those table variables with temp tables. The results may surprise you.
March 15, 2014 at 7:28 am
Just noticed a change here, and I thought I'd let others know about it.
If you like to underline url's that you type in, you need to go [ u ]...
March 9, 2014 at 12:45 pm
http://technet.microsoft.com/en-us/library/ms177634.aspx
FROM (derived_table_query) AS <derived_table_alias>
ON derived_table_alias.column = other_table.other_column
March 9, 2014 at 12:38 pm
Sean Lange (2/28/2014)
JoshDBGuy (2/28/2014)
March 3, 2014 at 10:11 am
Suggestions:
1. Include running totals utilizing the SQL 2012+ enhancements to the OVER clause (yes, the QU is still faster... but this is documented in BOL, and still beats everything else,...
March 3, 2014 at 10:08 am
Steve Jones - SSC Editor (3/3/2014)
Going to submit to SQLBits. Gonna be a busy summer, it looks like.
Thought you were going to be taking a sabbatical?
March 3, 2014 at 9:20 am
Nice article Dwain. Keep them coming.
March 3, 2014 at 1:14 am
SQLRNNR (2/19/2014)
Yay - I'm finally insane!!! :hehe::w00t:
I knew it. Heck, we all knew this about you!
February 20, 2014 at 9:01 am
Viewing 15 posts - 526 through 540 (of 5,590 total)