Viewing 15 posts - 1 through 15 (of 70 total)
Feedback is encouraged? Not very much IMO. The following two really efficient ways to communicate feedback are completely closed.
1. Tools such as SSIS and SSMS are "free", which means that...
December 3, 2012 at 9:00 pm
Can you explain why you have chosen TFS over its alternatives, Subversion and Git?
September 13, 2011 at 3:26 pm
Hi Adam,
The following sounds like a good reason: "tracks object evolution automatically".
Thanks for the answer.
AK
March 17, 2011 at 10:54 am
Adam,
Alternatively, I can just store all I want in my own table, and then I can work with sets of rows, search on any criteria I wish etc., and the...
March 17, 2011 at 7:53 am
Steve,
While I completely agree with " You can't trust stuff you download", why are you singling out only open source: "no matter what the Open Source crowd says."
Are you...
January 26, 2011 at 11:26 am
Hi Steve,
Can you please remove this question, because it is plain wrong:
--Select the first customer
SELECT TOP 1 * FROM #Customer
Without ORDER BY, the order is not guaranteed.
Thanks!
AK
December 21, 2010 at 9:45 am
Dave,
I liked this article, thanks!
One more thing: this optimization relies on the assumptions that only a small percentage are winners. It might be interesting to research which query is faster...
December 6, 2010 at 9:05 am
Same here, Andy - I ended up unit testing almost everything, but with other tools.
November 27, 2010 at 7:59 pm
Scott Abrants (8/21/2009)
I do have a question. All of the work you did here is something that has to be done manually and maintained...
November 27, 2010 at 4:03 pm
blandry (11/17/2010)
November 17, 2010 at 8:12 am
blandry (11/16/2010)
I was struck by this comment in today's editorial. Struck by the...
November 16, 2010 at 9:06 am
Andy,
What will happen if you just drop this test? Is there any chance the problem you are testing will go unnoticed?
I don't think so. If your database is gone, every...
October 29, 2010 at 10:26 am
Hey Andy,
Why would we want this: "Unit Test developed here will live on as a Regression Test for the remainder of this database's lifecycle".
What the purpose of keeping this test?...
October 29, 2010 at 8:39 am
mtillman-921105 (10/21/2010)
Tom.Thomson (10/21/2010)
mtillman-921105 (10/19/2010)
kevin.l.williams (10/19/2010)
October 21, 2010 at 10:51 am
Viewing 15 posts - 1 through 15 (of 70 total)