Failed to backup
daniel_c
Posts: 7
Just downloaded SQL Backup yesterday, installed it.
Everything looked great, SQL Backup could access all database.
So, I set up a schedule task to do full backup at night.
This morning, I checked it, found that SQL Backup failed to do the backup.
So, I tried backing up manually from SQL Backup MMC, and here's an error that I got:
It seems like SQLBackup doesn't recognize our database instance, but if it doesn't, how come I could see all my database from SQL Backup MMC?
:?:
Any ideas?
Everything looked great, SQL Backup could access all database.
So, I set up a schedule task to do full backup at night.
This morning, I checked it, found that SQL Backup failed to do the backup.
So, I tried backing up manually from SQL Backup MMC, and here's an error that I got:
It seems like SQLBackup doesn't recognize our database instance, but if it doesn't, how come I could see all my database from SQL Backup MMC?
:?:
Any ideas?
Comments
Is your setup similar to this?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Yes. Any solutions for this?
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
My environment:
Windows 2000 Server
SQL Server 2000
sqlbackupc -sql "BACKUP DATABASE pubs TO DISK = 'c:\pubs.sqb' WITH INIT"
If using a named instance:
sqlbackupc -sql "BACKUP DATABASE pubs TO DISK = 'c:\pubs.sqb' WITH INIT" -I <instance name>
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
The Server Name: (LOCAL)
Not a cluster resource, it is just one server (Win2K server) with SQL Server 2000 installed in it.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
I meant:
The SQL Server Instance Name: (LOCAL)
The Server Name: ERESDEV02
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8