Viewing 15 posts - 1 through 15 (of 37 total)
Ah - it's over folks. I've made cranky comments on forums before too. And despite using SQL Server since version 7 (though mostly as an evil dev) this...
May 13, 2015 at 2:16 pm
CELKO (5/11/2015)
Perhaps you would like to actually learn SQL before you post?
Ouch! Nevermind.
May 12, 2015 at 8:24 am
That's interesting. If I run this with execution plans turned on it does indeed do a clustered index scan with ID as the predicate from #TEST_A and do a...
May 11, 2015 at 11:11 am
I wrote the T-SQL Flex SSMS add-in to help script selected data to INSERT statements, get highly accurate schema for data returned (including for arbitrary queries, functions, and SPs), and...
January 23, 2015 at 7:47 am
The answer to the question "how do I get this complicated query to run faster?" with SQL Server is far too often "repeat yourself".
There is a runtime performance penalty to...
January 31, 2014 at 8:18 am
Funny you didn't link to the best product around for Source Control and SQL Server!
http://www.red-gate.com/products/sql-development/sql-source-control/
November 20, 2013 at 8:34 am
Thanks for posting this. I am really pleased to see that this exists, and it sounds like BIML may fill the hole with SSIS that has frustrated me for...
July 31, 2013 at 11:32 am
This was interesting. Thanks for writing this article.
I do slightly disagree with one part of what you've said which is that SQL doesn't support temporary views. While this...
June 25, 2013 at 10:33 am
Thanks for writing this very interesting article!
June 21, 2013 at 7:47 am
Interesting article. Regarding the paradox of semicolons on CTEs - the rule is "the statement before the CTE has to end with a semicolon". The reason is that...
June 18, 2013 at 6:27 am
I would like to say that this will never happen, but I believe that "workstations" will only get 2 TB of RAM only when it becomes economically sensible to stop...
January 18, 2013 at 7:34 am
The difficulty of getting the column headers to repeat with SSRS 2008+ is downright disgraceful. I can't believe this is still an issue in R2. There is no...
September 6, 2011 at 7:56 am
My limo (the B train) picks me up every morning and drops me right underneath my building. Then it picks me up and drives me home again at night....
September 1, 2011 at 7:54 am
Passing a table valued parameter to a table valued function. OH YEAH!!!
December 17, 2010 at 8:04 am
Viewing 15 posts - 1 through 15 (of 37 total)