Skip to content

Instantly share code, notes, and snippets.

@b2977053
Last active March 10, 2020 09:40
Show Gist options
  • Save b2977053/074544dbbf3ebd52374006af5b3bdf0e to your computer and use it in GitHub Desktop.
Save b2977053/074544dbbf3ebd52374006af5b3bdf0e to your computer and use it in GitHub Desktop.
```sql
SELECT name AS [Database Name],
recovery_model_desc AS [Recovery Model] FROM sys.databases
GO
```
![](https://cdn.cacher.io/attachments/u/3bjrfdy09ammu/Ou04mhY5rHJqiFDmgKIX81Dfab70nKCM/yy9s57d5s.png)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment