Viewing 11 posts - 1 through 11 (of 11 total)
Good timing on the article. Our company just completed our yearly DR practice test. It's not an exhaustive test, but we take some of the more critical systems...
December 10, 2012 at 8:34 am
Great article David. I was going to ask the same question about proc cache limits, but I have heard about the "stolen pages" concept too. So, it might...
January 31, 2012 at 12:48 pm
One more minor add-on:
I wrote a similar stored procedure that allows me to pass in a stored procedure name and parameters and it would write the results to a table....
April 8, 2011 at 5:05 pm
Paul, great post and even better timing. We had an issue with paging on a larger table just last week and I've spent a fair amount of time trying...
April 26, 2010 at 8:31 am
Thanks for the quick reply. I should have included that in my post. We entered the -T1448 in the startup parameters and restarted the box. Actually I...
March 10, 2010 at 9:10 am
Question about this flag, it says its available as a hotfix for Sql Server 2005 SP2, but if I have SP3, shouldn't this fix be included? I've applied the...
March 10, 2010 at 8:47 am
If there are many foreign key relationships and the tables end up being deleted, beware. Deleting is a logged operation and your log file will go through the roof...
February 22, 2010 at 9:44 am
I agree that there are better solutions, this script helps you when you have a legacy system that you didn't design. We all have those.
Btw, be careful...
February 3, 2010 at 8:08 am
Thanks for the article. I had to do a similar thing for our development and test environment. We have two databases in production that have views that point...
February 3, 2010 at 7:53 am
@PaulWhite said: Absoutely - and I was going to include a quote from BOL to make the point that system views are preferred over INFORMATION_SCHEMA...but I didn't want to pile...
January 27, 2010 at 8:01 am
Thanks for the article, I use this "feature" quite a bit. One of mine is similar to yours, I have a script that creates insert statements using column names...
January 26, 2010 at 9:23 am
Viewing 11 posts - 1 through 11 (of 11 total)