Mar 18, 2010 | Backup, Scripts, SQL Server 2005 |
We all know the importance of taking regular backups of our SQL Server databases. This is a useful little script that I use to take a full backup of my databases on an instance. It can be used in combination with the SQL Agent to schedule:DECLARE @DBName...