|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 8:44 PM
Points: 6,826,
Visits: 11,948
|
|
Hemant.R (12/10/2012) hi ,
whenever you restore any database ,that activity related info got stored in
restorehistory table of msdb
plz check with using this
select destination_database_name,USER_NAME,restore_date from restorehistory order by restore_date desc
if ,i m wrong plz tell me. Please re-read the first sentence of the original post.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Wednesday, June 12, 2013 12:42 PM
Points: 423,
Visits: 1,952
|
|
We're running SQL 2005 Enterprise Edition. We restore a backup of a 100gb db every day in the early morning hours. The scheduled job starts at 3:45am each day; the value I see in RESTORE_DATE is 3:45:04am (+-3 seconds).
This db does NOT get restored in 4 seconds; it takes about an hour.
Cursors are useful if you don't know SQL
|
|
|
|