How can we help you today? How can we help you today?
bbrown
I am also seeing this problem. I am trying to restore a 4.6 backup using 5.2. When I get to the Choose Database dialog box, I do not see any of the data files, nor does the ... box function. / comments
I am also seeing this problem. I am trying to restore a 4.6 backup using 5.2. When I get to the Choose Database dialog box, I do not see any of the data files, nor does the ... box function.
0 votes
We are running SQL Backup 4 on a SQL Server 2005 box. The stored procedure producte the following commands: EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [DBAShared] TO DISK = ''D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Current\DBAShared\RedGate_FULL_DDPOKVC1_DBAShared_20070829_140122.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 3"') EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [master] TO DISK = ''D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Current\master\RedGate_FULL_DDPOKVC1_master_20070829_140122.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 3"') EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [model] TO DISK = ''D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Current\model\RedGate_FULL_DDPOKVC1_model_20070829_140122.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 3"') EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [msdb] TO DISK = ''D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Current\msdb\RedGate_FULL_DDPOKVC1_msdb_20070829_140122.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 3"') EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [VirtualCenter] TO DISK = ''D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\Current\VirtualCenter\RedGate_FULL_DDPOKVC1_VirtualCenter_20070829_140122.sqb'' WITH NAME = ''<AUTO>'', DESCRIPTION = ''<AUTO>'', INIT, VERIFY, ERASEFILES_ATSTART = 2, COMPRESSION = 3"') What I mean by execution plan is the compiled executable that is cached for each stored procedure. Also, as I mentioned, I have seen a Log backup and a Database backup attempt to execute at the same time and I have seen the Log backup abort, then retry and execute ok. However, these are on SQL Server 2000 boxes and also give error messages. / comments
We are running SQL Backup 4 on a SQL Server 2005 box. The stored procedure producte the following commands: EXEC (master..sqlbackup N' -SQL "BACKUP DATABASE [DBAShared] TO DISK = ''D:\Program Fil...
0 votes