DBA > Job Interview Questions > Microsoft SQL Server FAQs

If you have a replication scenario with one publ

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

If you have a replication scenario with one publisher, one distributor and one subscriber and the transaction isolation level is not set to serializable, what happens when a transaction fails on the publisher?

Answer
It is still sent to the distributor and executed on the subscriber.
Explanation
A transaction that fails in the publication database is still sent to the distributor and subscriber. YUou can trap the error, but you would need to trap it on the subscriber as well.

(Continued on next question...)

Other Job Interview Questions