• rwitt 95744 (5/7/2014)


    Recovery model for both is "Full". Not quite sure what you mean on the other setting.

    That is the transaction isolation level, configurable ie. within the connection parameters. Simplest way to check is to run

    DBCC USEROPTIONS

    GO

    on each system and check the output.

    😎