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 |
nagaraj.mca
Starting Member
1 Post |
Posted - 2008-10-20 : 09:21:16
|
Hi All, I am working on a web application(asp.net). In this applicatoin there is a feature of taking backup(.bak file)of sql database in client local machine(through browser).(database is located on remote machine)Please let me know whether it is possible or not. If possible, tell me the steps to be followed.Thanks,Naga. |
|
DeveloperIQ
Yak Posting Veteran
71 Posts |
Posted - 2008-10-24 : 18:31:48
|
Look for Backup under BOL. You should be able to use T SQL command to do this. Or you can try using SQLDMO. That is pretty simple to use as well |
 |
|
|
|
|