Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for the suggestions.
I think I may have finally figured it out. When I checked the log file settings I noticed that autogrowth was set to a limit of 2...
April 21, 2011 at 2:01 pm
Thanks for the quick response.
Yes, thats part of the problem.
On the application side I just get a timeout error and on the SQL side I don't get anything. It appears...
April 21, 2011 at 11:38 am
I'm calling the stored procedures directly.
January 21, 2010 at 6:56 am
Thanks for responding.
Its an interesting solution. The problem I am working on currently will collect data nightly from several clients and produce and email reports programatically on a daily basis...
August 16, 2009 at 9:50 am
something like;
Select Top(2) XXXXXX from (Select 4 XXXXX from YYYYY order by XXXX Desc)
August 15, 2009 at 10:49 am
Viewing 6 posts - 1 through 6 (of 6 total)