Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Help me with sqlserver remote backup!

Author  Topic 

txk2601
Starting Member

19 Posts

Posted - 2009-05-12 : 05:22:44
Hi all

I have a problem with MS Sqlserver 2005 backup. I want backup some database from server and save file backup to client. Help me! Thanks

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-05-12 : 06:46:58
use the Management Studio or via T-SQL BACKUP DATABASE command to backup the database then copy over to the required destination.


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

txk2601
Starting Member

19 Posts

Posted - 2009-05-12 : 21:35:21
Please help me by a small sample?
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-05-12 : 22:21:06
please read

http://msdn.microsoft.com/en-us/library/ms187048(SQL.90).aspx
http://msdn.microsoft.com/en-us/library/ms187510(SQL.90).aspx


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page
   

- Advertisement -