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 |
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-06-16 : 15:23:29
|
| Is there any way to find out the db has modified or not? I mean record insert/edit/delete?I have more than 1200 databases, so if i figer out the modified databasee name, i can backup thoes modified database only. |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2009-06-16 : 15:44:59
|
| If it's time or backup size you're worried about then you can do differential backups.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
rudba
Constraint Violating Yak Guru
415 Posts |
Posted - 2009-06-16 : 16:24:30
|
| Yes, I am doing full backup than differential backups......but if we know the modified db name it will be solve my others jobs..... |
 |
|
|
blindman
Master Smack Fu Yak Hacker
2365 Posts |
Posted - 2009-06-16 : 16:25:53
|
| Don't f$*k with backups. Backup all your databases.________________________________________________If it is not practically useful, then it is practically useless.________________________________________________ |
 |
|
|
|
|
|