Activity overview
Latest activity by Dje
Thanks petey. / comments
Thanks petey.
SQL Backup return code
Hi,
I've got a question about how SQL Backup handles the retries.
I've got this piece of code :exec SYS_BackupDatabaseFull @name, @err output, @backupType
-- Check if the backup succeeded
if (...
Thanks Petey. / comments
Thanks Petey.
Your answer makes me wondering the following :
Could this lead to a CPU (ressources in general) overflow on our development servers if we optimise our backups on production servers where we have more processors than on development ?
How is SQL Backup handling this ? / comments
Your answer makes me wondering the following :
Could this lead to a CPU (ressources in general) overflow on our development servers if we optimise our backups on production servers where we have mo...
Restore - THREADPRIORITY vs Backup - THREADCOUNT
Hi,
It exists in the backup command the option THREADCOUNT but not in the restore command.
In the restore command it only exists a THREADPRIORITY option.
Does the restore command automatically use ...
Thanks petey.
It works fine.
Let's implement this [image] / comments
Thanks petey.
It works fine.
Let's implement this
SQL Backup logs
Hi Everyone,
Is there an option to set up in order to have the logs called something like :
DBNAME_YYYYMMDD_HHMMSS instead of "ie : 20071128 183856 01.log" which is not really a speaking name ?
Tha...
Thanks petey. / comments
Thanks petey.
Restore a MS SQL 2000 backup over MS SQL 2005 instance
Hi,
Is it possible to restore a .SQB taken on a MS SQL server 2000 instance to a MS SQL server 2005 instance ?
What's the cost of a such operation ?
Does the .SQB is automatically converted to 2005...