Activity overview
Latest activity by warren
petey wrote:
The GUI uses the same extended stored procedure to restore the files, hence you should be able to restore the files if you use the same commands.
I thought it might. Confirmation of this led me to review the code that had been written by our departing dba. It transpires that the backup procs on some servers used encryption and some didn't, and likewise for the restore procs. Thankyou SQL Compare (another fine product).
Thanks for the help. / comments
petey wrote:
The GUI uses the same extended stored procedure to restore the files, hence you should be able to restore the files if you use the same commands.
I thought it might. Confirmation ...
Restore from extended sp not working
When trying to restore databases using the xsproc, on some of our servers we are finding that nothing happens, i.e. the process just runs and runs for as long as you let it with no disk i/o. I am h...