msde 2000 BAckup
  Home FAQ Contact Sign in
microsoft.public.de.sqlserver only
 
Advanced search
POPULAR GROUPS

more...

microsoft.public.de.sqlserver Profile…
 Up
msde 2000 BAckup         


Author: Udo
Date: Apr 2, 2008 06:42

Hallo,

wie bekomme ich bei einer msde Installation den Instanznamen heraus?

Ich versuche mit osql die DBs zu sichern, scheitere aber an diversen
Meldungen:

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.

SQL Auth mit Instanzname:
osql -U sa -P xyz -S 10.x.y.z\Local -n -Q "BACKUP DATABASE "master" TO DISK
= '\\10.x.y.z\Backup$\master.bak' WITH INIT,SKIP"
Meldung:
[DBNETLIB]SQL Server does not exist or access denied.
[DBNETLIB]ConnectionOpen (Connect()).
Show full article (0.92Kb)
2 Comments
Re: msde 2000 BAckup         


Author: Stefan Hoffmann
Date: Apr 2, 2008 06:49

hallo Udo,

Udo schrieb:
> Ich versuche mit osql die DBs zu sichern, scheitere aber an diversen
> Meldungen:
> osql -U sa -P xyz -n -Q "BACKUP DATABASE "master" TO DISK =
> '\\10.x.y.z\Backup$\master.bak' WITH INIT,SKIP"
no comments
Re: msde 2000 BAckup         


Author: Elmar 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.
>
Show full article (2.14Kb)
no comments