Is there a SQL command I can run to determine the recovery model of my database? I want to know if its full recovery or not.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
Some variety in how to do it...
or
or
|
|||
|
|
|
Here's a script i made to show me database file paths and recovery models:
|
|||
|
|
|
This Query gives you the list of databases with only Simple recovery model;
|
||||
|
|