Hi, experts!
I'm implementing Transactional Replication with the following site configuration: 3 SQL Server Enterprise Edition Publishers and 1 SQL Server Enterprise Edition Subscriber. I will call the Publisher Servers 'Pub1', 'Pub2' and 'Pub3', and the Subscriber will be 'SubX'.
The Replication is intended to replicate all the tables in the 3 main databases on Pub1, 2 and 3 into one single database on SubX, therefore we use DTS to alter all the primary and foreign keys.
SubX is also the Distributor Server to try and minimize the traffic load during distribution, however we would like to tweak the process a little more and disable transaction logging (redo log and rollback as in Oracle DBMS) on SubX Server.
Is it possible to disable transaction logging on SQL Server 2000 EE? If so, how can one do it?
Thnx.
Paulo
Start Free Trial