You can view the SQL recovery model by using SQL Server Management Studio. Follow these steps for the same.
1. Connect to the appropriate instance of the SQL Server database engine and then click the server name in Object Explorer to expand the server tree.
2. Expand Databases and, depending on the database, either select a user database, or expand system databases and select a system database.
3. Right-click the database, and then click Properties. The Database Properties dialog box opens.
4. In the Select a page area, click Options.
5. The current recovery model is displayed in the Recovery model list box.
6. To change the recovery model, optionally choose a different model list. The selection options are "Full", "Bulk logged" or "Simple".
7. Finally, click OK.
In addition, if you have corrupted SQL database files, you can use the
SQL Recovery tool. This will allow you to repair corrupt MDF and NDF files with all objects. It is also able to recover deleted records from the SQL table.