Viewing 15 posts - 46 through 60 (of 70 total)
Grant Fritchey (6/24/2009)
Well as a database developer I don't know and I don't need to know what the logins are, at least in the environment I work for. I...
June 25, 2009 at 7:33 am
Grant Fritchey (6/24/2009)
Alexander Kuznetsov (6/24/2009)
What do I need Active solution configuration and Active solution platform for?
This is a database project, not a C# one, so why am I exposed to...
June 24, 2009 at 1:19 pm
Grant,
What do I need Active solution configuration and Active solution platform for?
This is a database project, not a C# one, so why am I exposed to and maybe even allowed...
June 24, 2009 at 12:14 pm
Here is very good article about datetime by Tibor:
April 28, 2009 at 7:15 am
Steve,
Are you planning a discount for MVPs this year?
March 24, 2009 at 10:22 am
I've been using sp_generate_inserts for a long time, no problems:
December 29, 2008 at 10:06 am
TheSQLGuru (12/26/2008)
Arindam Ganguly (12/25/2008)
Thanks for the Article. It is highly helpful for our perspect. Atleast this query will be of great help for those SPs/UDFs that are badly hit...
December 26, 2008 at 4:11 pm
Actually in most cases the best alternative is a loop written in a modern language such as C#, not a T-SQL WHILE loop or a CURSOR. Not only you have...
December 24, 2008 at 9:05 am
Clearly DBCC against all databases will run almost identically the same time no matter which kind of loop you use to invoke it. I failed to see the point of...
December 24, 2008 at 8:05 am
gojko adzic (11/21/2008)
Solomon, in my experience the "SELECT * FROM Table1 to test that change" approach is very inefficient. Come to think of it, next month or next year you...
November 21, 2008 at 11:41 am
Solomon Rutzky (11/13/2008)
Alexander Kuznetsov (11/13/2008)
Solomon Rutzky (11/13/2008)
Alexander Kuznetsov (11/13/2008)
How would you test the following cases:- my stored procedure modifies two tables and returns a result set;
3) To test...
November 21, 2008 at 7:17 am
Solomon Rutzky (11/13/2008)
Alexander Kuznetsov (11/13/2008)
How would you test the following cases:- my stored procedure modifies two tables and returns a result set;
3) To test any result set, use...
November 13, 2008 at 1:23 pm
How would you test the following cases:
- my stored procedure returns an unordered result set;
- my stored procedure returns two result sets;
- my stored...
November 13, 2008 at 8:40 am
Just looked up in Subversion: more than one hundred rollback scripts, all generated by SQL Compare of course.
October 22, 2008 at 3:18 pm
hurcane (10/22/2008)
Alexander Kuznetsov (10/22/2008)
I can use something like SQL Compare which has been around for a while, has been thoroughly tested out by thousands of users, and probably does all...
October 22, 2008 at 3:15 pm
Viewing 15 posts - 46 through 60 (of 70 total)