Author: Elmar BoyeElmar Boye Date: Apr 2, 2008 08:16
Hallo Udo,
Udo schrieb:
> Ich versuche mit osql die DBs zu sichern, scheitere aber an diversen
> Meldungen:
Tja, vielleicht weil Du es zu kryptisch magst ;-)
>
> SQL Auth ohne Instanzname:
> osql -U sa -P xyz -n -Q "BACKUP DATABASE "master" TO DISK =
> '\\10.x.y.z\Backup$\master.bak' WITH INIT,SKIP"
> Meldung:
> Msg 3201, Level 16, State 1, Server xy, Line 1
> Cannot open backup device '\\10.x.y.z\Backup$\master.bak'. Device error or
> device off-line. See the SQL Server error log for more details.
> Msg 3013, Level 16, State 1, Server xy, Line 1
> BACKUP DATABASE is terminating abnormally.
>
|