Activity overview
Latest activity by pf_rodier
We we're using it in a script that generates restores scripts automatically, to refresh our support and test environments from a scheduled job.
I ultimately modified the script and it is does not need this command anymore. / comments
We we're using it in a script that generates restores scripts automatically, to refresh our support and test environments from a scheduled job.
I ultimately modified the script and it is does not n...
RESTORE LABELONLY FROM DISK ?
I need to execute a RESTORE LABELONLY FROM DISK command against a SQL Backup (sqb) full backup file.
I'm using the following syntax:
exec master..sqlbackup '-sql "RESTORE LabelOnly FROM DISK =''<pa...