How can we help you today? How can we help you today?
raybouk

Activity overview

Latest activity by raybouk

There were a couple of hiccups in the backup & restore process last night. I'm hoping those will be fixed tonight. Re failures - nothing is nothing in the Windows application logs. I am using version 3.2.01. / comments
There were a couple of hiccups in the backup & restore process last night. I'm hoping those will be fixed tonight. Re failures - nothing is nothing in the Windows application logs. I am using vers...
0 votes
Modifying the code you gave me, I was able to back up to the NAS device. I made similar changes to my production backup and restore. Hopefully it will run correctly tonight. / comments
Modifying the code you gave me, I was able to back up to the NAS device. I made similar changes to my production backup and restore. Hopefully it will run correctly tonight.
0 votes
More info: when I try to run a simple query like this master..sqlbackup '-sql "BACKUP DATABASE northwind TO DISK = [<AUTO>]"' It also takes forever to run and cancel the query. / comments
More info: when I try to run a simple query like this master..sqlbackup '-sql "BACKUP DATABASE northwind TO DISK = [<AUTO>]"' It also takes forever to run and cancel the query.
0 votes
Ok I created 2 SQL Server Agent jobs to backup a 600MB DB to the NAS device and locally. Neither job finished. I started them, they created the sqb files, but they never finished. I had to manually stop the jobs (or else they'll run for days). To take the test a bit further, I used the SQL Backup application to backup locally and to the NAS. Both completed in a few seconds. These are the local results: 1/16/2006 3:25:54 PM: Backup started ... 1/16/2006 3:26:13 PM: Backup completed. 1/16/2006 3:26:13 PM: Data size: 284.875 MB 1/16/2006 3:26:13 PM: Compressed size: 85.539 MB 1/16/2006 3:26:13 PM: Compression ratio: 70 % SQL Server messages Processed 36368 pages for database 'ImportDB', file 'ImportDB_Data' on file 1. Processed 1 pages for database 'ImportDB', file 'ImportDB_Log' on file 1. BACKUP DATABASE successfully processed 36369 pages in 16.645 seconds (17.898 MB/sec). (1 row affected) These are the NAS results: 1/16/2006 3:30:58 PM: Backup started ... 1/16/2006 3:31:26 PM: Backup completed. 1/16/2006 3:31:26 PM: Data size: 284.875 MB 1/16/2006 3:31:26 PM: Compressed size: 85.539 MB 1/16/2006 3:31:26 PM: Compression ratio: 70 % SQL Server messages Processed 36368 pages for database 'ImportDB', file 'ImportDB_Data' on file 1. Processed 1 pages for database 'ImportDB', file 'ImportDB_Log' on file 1. BACKUP DATABASE successfully processed 36369 pages in 24.610 seconds (12.105 MB/sec). (1 row affected) / comments
Ok I created 2 SQL Server Agent jobs to backup a 600MB DB to the NAS device and locally. Neither job finished. I started them, they created the sqb files, but they never finished. I had to manua...
0 votes