We had some problems this morning and need to rollback our database for about one hour. Is this possible and how is it done?
It is a Microsoft SQL 2005 database.
BR Larre
We had some problems this morning and need to rollback our database for about one hour. Is this possible and how is it done?
It is a Microsoft SQL 2005 database.
BR Larre
Perhaps the article "Applying Transaction Log Backups" from MSDN might be of any assistance.
Have done some investigating and it seems that since our database has RECOVERYMODEL set to SIMPLE it is not possible to do a rollback.
If the database was set up with full recovery model or bulk-logged recovery model it would have been easier.