Sean's Blog
A place where I record bits and pieces :)
Monday, July 6, 2020
SQL Server Recovery Models
SELECT name AS [Database Name]
,recovery_model_desc AS [Recovery Model]
,page_verify_option_desc
FROM sys.databases
GO
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment