In SQL Server Management Studio (SSMS), you can see the SQL Server database state. Alternatively, you can use T-SQL commands to verify your database status. You can use the DATABASEPROPERTYEX function ...
Ok, I know that I'll need to set up Transaction Log backups, but I have two questions on this process: Background: Database is a VMware VM on a SAN, and the MDF is about 15GB. Recovery model is set to ...