Want to Make Successive Backups for a database

I have written certain code to take the Backup of a Database, the application will take the Database Backup automatically at the time Specified. Now, I want some help to take Successive Backup of the Same Database which was taken previously and dont want to take Complete Database Backup again and again. Can any one Help me.

Upvotes: 0

Views: 124

Answers (1)

Xavinou
Xavinou

Reputation: 802

How to make incremental backups with MS Sql Server in c# : http://www.mssqltips.com/tip.asp?tip=1849

Upvotes: 3

Related Questions