wyrd
Well-known member
Okie dokie, I went ahead and started to toy with backups, but I found that backing up a log requires Full Recovery model. Hrm. Well, Im backing up a database for a small business (fictitious as this is just me messing around, but thats beside the point, lets assume I really am) and wanted to know if backing up the log is should be something I do, or is it not to important with a small business thats info is probably updated only once a day at most?
As Im understanding this, Simple Recovery model allows just database backup, and database recovery is to just recover data to the point of last backup of the db. Full Recovery model allows db and log backup, which includes Simple Recovery but also allows log recovery, which can recover data from a certain point time.
If I should be using Full Recovery model, how do I set this for the db Im using? Please keep in mind that Im using MSDE and Server Explorer that comes with .NET Professional, so Ill probably have to do this through osql.
Thanks in advance.
As Im understanding this, Simple Recovery model allows just database backup, and database recovery is to just recover data to the point of last backup of the db. Full Recovery model allows db and log backup, which includes Simple Recovery but also allows log recovery, which can recover data from a certain point time.
If I should be using Full Recovery model, how do I set this for the db Im using? Please keep in mind that Im using MSDE and Server Explorer that comes with .NET Professional, so Ill probably have to do this through osql.
Thanks in advance.