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 |
putane.sanjay
Yak Posting Veteran
77 Posts |
Posted - 2006-09-29 : 07:49:46
|
Hi what should be done when the sql database is Full & there is no space in the disk. how to take backup from from one server to the other server please give suggestionsregardsP.M.SANJAY |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-09-29 : 07:52:25
|
You can manage most tasks in Enterprise Manager.Rigth click the database you want to backup and choose "All tasks" and then "Backup database".Follow the instructions given.Peter LarssonHelsingborg, Sweden |
 |
|
nosepicker
Constraint Violating Yak Guru
366 Posts |
Posted - 2006-09-29 : 20:00:32
|
Set up a share on a different server, and then when you go through the backup db wizard, at the appropriate window type something like:\\YourServer\YourShareName\YourDbBackup.bak |
 |
|
|
|
|