Activity overview
Latest activity by ab_pai
Removing the DISCONNECT_EXISTING from the WITH clause of the SQL argument to the RESTORE command fixed the issue. I didn't realize that the disconnect_existing performed ALTER statements as part of it's function.
Thanks! / comments
Removing the DISCONNECT_EXISTING from the WITH clause of the SQL argument to the RESTORE command fixed the issue. I didn't realize that the disconnect_existing performed ALTER statements as part o...
Differential restore fails after full.
I'm trying to set up an automated restore of a weekly full followed by a nightly differential. The full restore WITH NORECOVER restores correctly, however the differential (immediately following) ...