Full Backup

  • Someone ran manually fullback,how can I see who did it?Thank you Isee the job ran SQL Logs, but don't know who did it. Thank you

  • use msdb

    select user_name, * from msdb..backupset where database_name='Your_DB_name'

    order by backup_set_id desc



    Pradeep Singh

  • thank you

  • Krasavita (6/15/2009)


    thank you

    Glad I could be of some help 🙂



    Pradeep Singh

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

You must be logged in to reply to this topic. Login to reply