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 |
|
dthoa
Starting Member
2 Posts |
Posted - 2005-01-05 : 22:24:05
|
Dear,Can anyone tell me how to create a backup via network (from the server to my computer) using asp? Thank you in advance for any insights.Hoa |
|
|
hgorijal
Constraint Violating Yak Guru
277 Posts |
Posted - 2005-01-06 : 00:25:01
|
| sure.. but why?How you do it might depend on why you want to do it.One way, is write a stored proc to take backups call the stored proc from ASP page.orIf you are, say, building a GUI interface for taking backups, refer BOL under "Backup Object"HTH...Hemanth GorijalaExchange a Dollar, we still have ONE each._______Exchange an Idea, we both have TWO each. |
 |
|
|
dthoa
Starting Member
2 Posts |
Posted - 2005-01-06 : 21:58:53
|
| Dear,Thank for you help.Hoa |
 |
|
|
|
|
|