TheBugSlayer
Programmer
Guys,
one the databases I was recently asked to administer has its recovery model set to simple. In EM, on the General tab of the DB properties, it states that the last database backup took place on 6/21/2004 3:18:46 AM (this morning, it runs daily) and the last transaction log backup took place on 5/1/2004 3:44:48 AM.
That leads to the following questions:
1- Why is there any last log backup if the simple recovery model is set to SIMPLE? Is it possible that it used to be otherwise and was later changed to SIMPLE?
2- What is the most up-to-date copy of the database I can recover in case of failure/disaster? The last database backup only?
3- Normally, in case of failure, I would backup the current log, apply the previous ones and then recover with this one, up to the point of failure or whatever the case might be, is there any similar possibility here?
4- I am planning on changing the model to FULL, any implications? Can you give me some guidelines.
Thanks.
one the databases I was recently asked to administer has its recovery model set to simple. In EM, on the General tab of the DB properties, it states that the last database backup took place on 6/21/2004 3:18:46 AM (this morning, it runs daily) and the last transaction log backup took place on 5/1/2004 3:44:48 AM.
That leads to the following questions:
1- Why is there any last log backup if the simple recovery model is set to SIMPLE? Is it possible that it used to be otherwise and was later changed to SIMPLE?
2- What is the most up-to-date copy of the database I can recover in case of failure/disaster? The last database backup only?
3- Normally, in case of failure, I would backup the current log, apply the previous ones and then recover with this one, up to the point of failure or whatever the case might be, is there any similar possibility here?
4- I am planning on changing the model to FULL, any implications? Can you give me some guidelines.
Thanks.