I would like to backup the Transaction Log of my database.
When i do a backup I see the Transaction log option is grayed out. I read that I need to change the recovery model of the Model database. How could i do this?
I have Sql Server installed on my local machine. And I have the administrative rights. I want to do as a test and backup of one of the databases(AMRTrial) created by me. I would like to do a complete backup fo the database and also its Transaction log .
Right click the database name, and go to properties. Go to the options tab. You'll see Recovery Mode there. Change it to either FULL or Bulk-Logged in order to get Transaction Logs that you can backup.
Remember, though, Bulk-Logged only sends certain transactions to the TransLog and ignores others. Full mode records everything. Look up Bulk-Logged in Books Online for more details on what it does and does not track.
Catadmin - MCDBA, MCSA
"If a person is Microsoft Certified, does that mean that Microsoft pays the bills for the funny white jackets that tie in the back???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.