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 |
|
rajesha
Starting Member
36 Posts |
Posted - 2003-01-23 : 05:21:23
|
| i have a database in sql2k with recovery model "simple".since the transaction log is getting truncated after each transaction committed,if i replicate this database on a periodic basic will the replication work successfully or is there any problem..? |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-01-23 : 06:16:03
|
| Check out snapshot replcation.Have you thought of periodically restoring a backup - or if you want it read only restoring differential backups.A lot simpler than replication.==========================================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. |
 |
|
|
rajesha
Starting Member
36 Posts |
Posted - 2003-01-23 : 07:59:36
|
| am using transactional replication not snapshot one..and am not taking any periodic backup.is it possinle transactional replication in simple recovery model |
 |
|
|
|
|
|