Taking Automatic Backup Of sql server database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saurabhsingh
    New Member
    • Sep 2009
    • 7

    Taking Automatic Backup Of sql server database

    Hi
    I need to take automatic backup of my sqlserver2005 database per day.
    And I don't want to replace old backup,a new backup should be made per
    day.

    Thanks in advance
  • ShaluGoogle
    New Member
    • Sep 2009
    • 7

    #2
    U can do it through any application na? Or u want the SQl Server itself to take backup automatically?

    Comment

    • saurabhsingh
      New Member
      • Sep 2009
      • 7

      #3
      Yes I wanted SQL Server itself take backups automatically..
      And i have successfully executed this task using a stored procedure
      and running this procedure using windows scheduled task.

      by the way Thanks for your reply..

      Comment

      • mukeshrasm
        Contributor
        • Nov 2007
        • 254

        #4
        Hi I also need to take the database backup so can you please show me your stored procedure

        Comment

        Working...