I have set up a one-to-one push trasactional replication with all articles copy properties set to TRUE
. That's because I will need to back up the subscriber at some point with new data and restore as the primary database.
The setup is all fine except one schema issue: SET QUOTED_IDENTIFIER OFF
is not transferred to subscriber when I compare the two databases on any of the articles (tables, views, etc). Is there a configuration that I am missing to have this corrected?