Re: non logged transactions with transactional replication



It doesn't handle not logged activity because it is based on logged events
and you can't do non-logged events on tables you are replicating.

Non-logged activity will occur when the bulk copy recovery model is selected
and
1) you do certain operations, i.e. create index, select into, etc
2) fast bcp - which requires no indexes on the table among other things

transactional replication requires a table with an index, so you can't do
fast bcp with it. It also requires publications built on preexisting tables
so you won't be able to replicate a table you are selecting into.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

"John" <John@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:59BAC0A1-DE3B-4E1B-A121-0C4E9B78497C@xxxxxxxxxxxxxxxx
I know that if you're doing log shipping and someone runs a fast bcp ( non
logged ) activity against the database that subsequent transaction log
dumps
won't load until you do another full dump and load. This can be a problem,
because of the time involved in dumping and loading. How does
transactional
replication handle non logged activity? The same way as log shipping?
Which
would be bad, or does the data that was inserted or changed as a result of
the non logged transaction make it to the target server?


.



Relevant Pages

  • Re: Replication bandwidth comparison
    ... Some workloads are insert heavy. ... Looks pretty update heavy to me! ... Looking for a SQL Server replication book? ... So an update transaction affecting 100 rows would be ...
    (microsoft.public.sqlserver.replication)
  • Re: MSRepl_Commands question
    ... make all database changes to the ... publisher and the subscriber and then reinitialize replication. ... We considered checking the status of the distribution agent but realized ... by checking their transaction number against this value. ...
    (microsoft.public.sqlserver.replication)
  • Re: Merge & Transaction Replication Question
    ... Director of Text Mining and Database Strategy ... Looking for a SQL Server replication book? ... different 'reporting' SQL 2000 server and use Transaction Replication ...
    (microsoft.public.sqlserver.replication)
  • Re: Distributed transactions, replication, views
    ... If you have significant processors on your server you can partition the ... The way replication works is that if a transaction is committed on the ... Looking for a SQL Server replication book? ... I have been tasked with restructuring a database. ...
    (microsoft.public.sqlserver.replication)
  • Re: Merge vs. Transactional
    ... The decision on when to use transactional replication over merge replication ... lose the transaction. ... consistency between the publisher and subscriber. ...
    (microsoft.public.sqlserver.replication)