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.
| Author |
Topic |
|
txk2601
Starting Member
19 Posts |
Posted - 2009-05-12 : 05:22:44
|
| Hi allI 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] |
 |
|
|
txk2601
Starting Member
19 Posts |
Posted - 2009-05-12 : 21:35:21
|
| Please help me by a small sample? |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-05-12 : 22:21:06
|
please readhttp://msdn.microsoft.com/en-us/library/ms187048(SQL.90).aspxhttp://msdn.microsoft.com/en-us/library/ms187510(SQL.90).aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|