Example 1: Full backups of all databases in the local named instance of SQLEXPRESS by using Windows Authentication sqlcmd -S .\SQLEXPRESS -E -Q “EXEC sp_BackupDatabases @backupLocation=’D:\SQLBackups\’, @backupType=’F'” Example 2: Differential backups of all databases in the local named instance of ...
Home/CMD