Posts
Sort by recent activity
Unresponsive Server
Whenever I run a script, to backup a specific database using SQLBackup, after a few minutes the server becomes un-responsive and the only way out is to reset the server.
Script is as follows:
maste...
Old Script New Tricks
I have 2 backup scripts:
master..sqlbackup N'-SQL "BACKUP DATABASE [db_Import]
TO DISK = ''E:\<AUTO>'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', VERIFY, ERASEFILES = 3, COMPRESSION = 3"'
ma...