No Picture

MSSQL Backup SQL Command

November 13, 2009 Rob 0

Change the drive letter and the database name as needed. This will place a file named with the database and today’s date. declare @backupdatabase varchar(1024); […]