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 2000 Forums
 SQL Server Development (2000)
 how can i backup database via network using asp?

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.

or

If you are, say, building a GUI interface for taking backups, refer BOL under "Backup Object"

HTH...


Hemanth Gorijala
Exchange a Dollar, we still have ONE each._______Exchange an Idea, we both have TWO each.
Go to Top of Page

dthoa
Starting Member

2 Posts

Posted - 2005-01-06 : 21:58:53
Dear,
Thank for you help.
Hoa
Go to Top of Page
   

- Advertisement -