Viewing 4 posts - 856 through 859 (of 859 total)
Hi,
This means that the transaction log is full and it is awaiting to do an operation.
run this statement:
Select log_reuse_wait from sys.databases where name='mydatabase'
post the value of log_reuse_wait column...
November 18, 2008 at 7:50 pm
Yes, it is always better to specify file growth in MB than in %....estimate the how much the file growth would be and specify it in MB......
November 18, 2008 at 7:33 pm
Yes, I agree with ALZDBA using the SQL servers new concept of INLUDED COLUMNS will be better. It will tremendosuly increase the performance of the engine 😀
November 18, 2008 at 7:11 pm
What are you trying to connect? Please Check your firewall settings
November 18, 2008 at 6:57 pm
Viewing 4 posts - 856 through 859 (of 859 total)