Database backup script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hamayun Khan
    New Member
    • Aug 2007
    • 106

    Database backup script

    I want to write script to backup and download database in asp.net 2005.

    Looking for quick help: Thanks
  • ShahbazAshraf
    New Member
    • Mar 2008
    • 36

    #2
    User SqlDMO in order to get backup of SQL Server. Example can be find out on Google.

    Comment

    • Hamayun Khan
      New Member
      • Aug 2007
      • 106

      #3
      Originally posted by ShahbazAshraf
      User SqlDMO in order to get backup of SQL Server. Example can be find out on Google.

      Thanks for your reply.

      But I m new to ASP.net. I search the net for SqlDMO and database recovery examples. but i did not find anyone useful. If you have some example. please send links.

      Thanks.

      Comment

      • swagatikasahoo
        New Member
        • Mar 2008
        • 3

        #4
        Hi,

        There is a very good link For SQLDMO .

        http://sqldev.net/sqldmo/SQL-DMO-FAQ.htm

        go through this link.its a very good site.

        Comment

        • ShahbazAshraf
          New Member
          • Mar 2008
          • 36

          #5
          This is also a good example, also contain the demo project in C# which is easy to learn


          Comment

          Working...