Comments
Sort by recent activity
We usually raise error 525 when handling path values, and error 530 when handling file names. / comments
We usually raise error 525 when handling path values, and error 530 when handling file names.
The SQL Backup GUI doesn't require a license. You can use it to connect to any SQL Server instance that has a SQL Backup server component running on it. You should be able to use the SQL Backup GUI version 10 and connect to your SQL Server instance running version 7 of the SQL Backup server components without any issues. / comments
The SQL Backup GUI doesn't require a license. You can use it to connect to any SQL Server instance that has a SQL Backup server component running on it.You should be able to use the SQL Backup GUI...
Only differentials. As long as you have an unbroken chain of log backups, you can still use the last full database backup taken with SQL Backup or SQL Server, and restore the transaction logs. / comments
Only differentials. As long as you have an unbroken chain of log backups, you can still use the last full database backup taken with SQL Backup or SQL Server, and restore the transaction logs.
They will break differential backups i.e. any differential backups taken after these snapshot backups will not be restorable, until you take a full backup with SQL Backup or SQL Server. / comments
They will break differential backups i.e. any differential backups taken after these snapshot backups will not be restorable, until you take a full backup with SQL Backup or SQL Server.
Best guess at this point is that it's a snapshot backup performed by your virtual machine, seeing as how they are virtual device backups and they all kick off at the exact same moment. / comments
Best guess at this point is that it's a snapshot backup performed by your virtual machine, seeing as how they are virtual device backups and they all kick off at the exact same moment.
Try running this query to see if it uncovers anything useful: SELECT a.backup_start_date, a.database_name, a.type, b.device_type, b.logical_device_name, b.physical_device_name, a.name, a.user_name FROM msdb..backupset a INNER JOIN msdb..backupmediafamily b ON a.media_set_id = b.media_set_id WHERE a.backup_start_date >= '2020-5-26 5:38' AND a.backup_start_date < '2020-5-26 5:39' ORDER BY a.backup_start_date / comments
Try running this query to see if it uncovers anything useful:SELECT a.backup_start_date, a.database_name, a.type, b.device_type, b.logical_device_name, b.physical_device_name, a.name, a.user_name F...
Please have a look at this article - https://productsupport.red-gate.com/hc/en-us/articles/360008089393 / comments
Please have a look at this article - https://productsupport.red-gate.com/hc/en-us/articles/360008089393
Yes. SQL Backup has never been able to restore native SQL Server backup files. / comments
Yes. SQL Backup has never been able to restore native SQL Server backup files.
SQL Backup cannot restore native SQL Server backup files. It can only restore backup files created using SQL Backup. / comments
SQL Backup cannot restore native SQL Server backup files. It can only restore backup files created using SQL Backup.
In the SQL Backup log folder (default is C:\Users\All Users\Red Gate\SQL Backup\Log\), is there a text file named SQBCoreService_<instance name>_bugreport.txt file? If there is, could you please send that file to peter.yeoh@red-gate.com? Thanks. / comments
In the SQL Backup log folder (default is C:\Users\All Users\Red Gate\SQL Backup\Log\), is there a text file named SQBCoreService_<instance name>_bugreport.txt file? If there is, could you please s...