Hi Ralf,
Try using a UNC path.
For example: share a backup folder on your local computer's disk and name
its share name as "SQLBackups"
- To back up a database from the other computer connect to the Instance from
SQL Server Management Studio, expand the "Databases" node and select the
database to be backed up. Right click on it and choose "Tasks" and "Back
up..."
- In the "Back Up Database" window go to Destination panel which is in the
bottom of the window. If there is a path in the listbox remove it and click
"Add..." button.
- Type the file name as \\<your computer name>\SQLBackups\backup_test.bak
That's it.
--
Ekrem Önsoy
[quoted text, click to view] "Ralf Kaiser" <rk@lingosmart.de> wrote in message
news:e6cd72u6HHA.3900@TK2MSFTNGP02.phx.gbl...
> Hello,
>
> we have a MS SQL Server Express database that runs on a remote computer.
> When i try to create a backup the backup file is written to the remote
> computer.
>
> Is it possible to create a backup and write the file to my local computer?
> I am currently using the management studio and i can only select a path on
> the remote computer to store the backup in the file dialog when creating
> the backup.
>
> Thanks in advance,
> Ralf
>
"Ekrem Önsoy" <ekrem@btegitim.com> schrieb im Newsbeitrag
news:106CCAFF-13A4-4EEF-8BB4-5DF245C70E0C@microsoft.com...
[quoted text, click to view] >
> Try using a UNC path.
>
Hello Ekrem,
i have tried that meanwhile but the problem is that the remote computer is
not part of our network (it is also a remote IP at our provider). So it does
not work. It seem that the remote server tries to find the UNC path inside
its own network and i get an error message that the path cannot be found.
Ciao,
Ralf