Activity overview
Latest activity by clinford
Matthew,
Thank you very much for your reply. I don't know very much about database management, but your reply gave me enough to get it running. I was able to find the SQL server agent, and get it running with the SQL Server Configuration Manager. (It does look like they are using different authentication--the DB is running with a specific userid, and SQL Backup 5 is running with windows authentication)
I am still wondering though why I was able to do a manual backup, when the scheduled one didn't work. Is a scheduled backup always tied to the SQL server agent, and a manual backup is a direct connection perhaps?
Thanks! / comments
Matthew,
Thank you very much for your reply. I don't know very much about database management, but your reply gave me enough to get it running. I was able to find the SQL server agent, and get it...
manual backup works, but scheduled gives error
Hi, I am using SQL Backup version 5.2.0.2825 and am running into a problem with scheduling backups.
I can do a manual backup without problems, but when I try to schedule the backup, I get an error...
Matthew,
I don't think so. I searched through the logs, and didn't find any occurrences of the message "IO is frozen for snapshot"
For now, I may just need to do daily full backups, rather than differential backups. . . [image] / comments
Matthew,
I don't think so. I searched through the logs, and didn't find any occurrences of the message "IO is frozen for snapshot"
For now, I may just need to do daily full backups, rather than di...
Matthew,
Thanks again for the reply. I have tried what I *think* is a Native Full/Differential backup (using Microsoft SQL Server Management Studio)--and get the same error about the database not existing.
Any ideas on what I need to do to resolve that? (The backup location is the same for both the full and differential backups that I do. . .)
Here is the error I get from there:
TITLE: Microsoft SQL Server Management Studio
Backup failed for Server 'IRONHIDE'. (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName ... nkId=20476
ADDITIONAL INFORMATION:
System.Data.SqlClient.SqlError: Cannot perform a differential backup for database "Viewpoint", because a current database backup does not exist. Perform a full database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option. (Microsoft.SqlServer.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName ... nkId=20476
BUTTONS:
OK
Thanks again for your help. / comments
Matthew,
Thanks again for the reply. I have tried what I *think* is a Native Full/Differential backup (using Microsoft SQL Server Management Studio)--and get the same error about the database not ...
full backup works, differential fails
I am using Redgate Backup version 5.3.0.178
When I do a full backup, it completes successfully (in about 10 seconds). See the log file here:
SQL Backup log file 5.3.0.178
-SQL "BACKUP DATABASE [Vi...