Forum Replies Created

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

  • RE: Maint Plan not deleting old Backup Files

    As an alternate, you can this SQL command in the Scheduled Job, which does the neat job.

    backup log xxxx to disk = 'd:\dumpdev\yyyy.trn' with init

    xxxx = Name of the Database,...

  • RE: Maint Plan not deleting old Backup Files

    Hello

    Instead of using 'Maintenance Cleanup Task', use 'Execute T-SQL Statement Task' and key in the following SQL commands. This should fix the error. This is an work around.

    ---------------------------------------------

    declare...

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