How to setup Database Mail in Microsoft SQL Server 2008 R2. Enable and configure Email Create Profile and Account Configure Email. USE master GO EXEC sp_configure ‘show advanced’, 1…
T-SQL script find SQL Server Recovery Model SELECT name AS [Database Name], recovery_model_desc AS [Recovery Model] FROM sys.databases GO
Writing on the Wall is a newsletter for freelance writers seeking inspiration, advice, and support on their creative journey.