Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cidr
Posting Yak Master
207 Posts |
Posted - 2009-02-04 : 09:31:07
|
Hope someone can help.The company I work for has a database. At some point during yesterday a db backup was restored to an earlier time. I'd like to know if there's a sure way of finding out who may have restored it?Also, if a job runs to restore a db, could someone using sql express run this job?What permissions would someone need from SQL Express to restore a backup on the server.Really hope someone can help.Thanks |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-04 : 09:34:09
|
See Standard reports for that database to track that. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-02-04 : 09:34:55
|
Or you can use MSDB.Restorehistory. |
 |
|
|
|
|