Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • Reply To: The package failed to load due to error 0xC0010014 "One or more error occurred.

    Hi,

    thanks for your suggestions!

    I was in the same boat and it came back working when I set the 64 bit option to "False",

    thanks,

    S

  • RE: Shrink Log

    To be more exact:

    backup log DATABASE_NAME with truncate_only

    dbcc shrinkfile ([DATABASE_LOG_NAME],2)

    where "2" is the desireded size of the log file after shrinking.

    Please keep in mind, however, that (quoting SQLBill at

  • RE: Shrink Log

    Hi,

    try to run

    backup log log_logical_name with truncate_only

    before running the shrink command.

    It normally works for me,

    regards,

    SG

Viewing 3 posts - 1 through 3 (of 3 total)