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.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 replication with simple recovery model

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.
Go to Top of Page

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

Go to Top of Page
   

- Advertisement -