Forum Replies Created

Viewing 4 posts - 856 through 859 (of 859 total)

  • RE: transaction log full error

    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...

  • RE: Optimizing Database Growth

    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......

  • RE: Index recommendation on column with unique values

    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 😀

  • RE: YIKES!!!TCP Client Error

    What are you trying to connect? Please Check your firewall settings

Viewing 4 posts - 856 through 859 (of 859 total)