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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-22 : 08:13:23
|
| Harshad Patel writes "I have a web - site where there is daily data uploads happening. and i need to take incremental backup for the database. plz guide me if there is any option in the SQL Server software for the same.Thanks and Rgds.Harshad Patel" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-07-22 : 08:15:04
|
| You can use transaction log backups, or differential database backups. Both of these are described in Books Online under "BACKUP" and detail the advantages of each. |
 |
|
|
|
|
|