Viewing 15 posts - 4,741 through 4,755 (of 6,038 total)
I have recently learned that our organization is getting an IBM Netezza data warehousing appliance for use as a replacement for one of our large SQL Server reporting servers. Executive...
November 26, 2013 at 2:23 pm
scott.fountain (11/25/2013)
Nothing spells a good day at work like reviewing a query containing multiple nested table expressions; all the while, no indentations - everything is...
November 25, 2013 at 11:29 am
pdanes (11/22/2013)
Biggest skill I need is how to find stuff on SQLServercentral.com
Yes, I'm when searching a sqlserver topic and want to whittle down the result to only the good stuff,...
November 22, 2013 at 12:15 pm
The thing I love about T-SQL is that it actually doesn't change that frequently, and ANSI SQL changes even less often. Once you get past the two year mark, it's...
November 22, 2013 at 7:13 am
As a database developer, if 2 + 2 -1 = 3 and the result is returned from the databse faster than the web browser can render the HTML, then my...
November 19, 2013 at 6:54 am
Over the past few months, I've been prepping for SQL Server 2012 Administration exam 70-462. I have experience performing admin tasks in the development and QA environment, and even a...
November 14, 2013 at 9:04 am
Steve Jones - SSC Editor (11/13/2013)
November 14, 2013 at 7:15 am
LutzM (11/12/2013)
From my point of view, every approach will lead to the same execution plan including the table/index scan (including the MERGE approach).
A rather dirty approach would be a separate...
November 13, 2013 at 7:36 am
Dale Turley (11/13/2013)
November 13, 2013 at 6:47 am
Jonathan Marshall (11/12/2013)
I like that idea of using a computed...
November 12, 2013 at 12:56 pm
Jonathan Marshall (11/12/2013)
I like that idea of using a computed...
November 12, 2013 at 12:50 pm
Tom Bakerman (11/12/2013)
Jeff Moden (11/12/2013)
From the article:
These days most testing of software is automated.
Oddly enough, I believe that's part of the problem with delivered software, today. There's nothing like...
November 12, 2013 at 9:43 am
I'll typically place a few unit test examples in the comment block of each stored procedure I write. Sometimes I'll use SQLProfiler to cature sample procedure calls while the QA...
November 12, 2013 at 7:24 am
If linked server doesnt work, then try pass through batch via EXEC() AT <SERVER>.
November 8, 2013 at 8:12 pm
A large scale website is like an interstate highway, especially when it's being construted at tax payer expense. Cool features are nice to have (just like rest stops and trees...
November 8, 2013 at 7:27 am
Viewing 15 posts - 4,741 through 4,755 (of 6,038 total)