Groups | Blog | Home
all groups > sql server replication > july 2003 >

sql server replication : Merge Replication Intial Snapshot


Nilay
7/18/2003 3:58:37 PM
Hello,

While generating Intial snapshot all scripts are
keeping SET Quoted_Identifiers ON where my default setting
is OFF and I want to keep it OFF...How can I do it for
Replication.

Thanks

Hilary Cotter
7/21/2003 8:38:27 AM
Expand your publisher database in EM, Right click on your
publication and select explore snapshot folder. Locate
all pertinent scripts and change the SET QUOTED_IDENTIFIER
ON to OFF for all pertinent scripts here.

You can use perl to do this.

Perl -p -i.bak -e "s/SET QUOTED_IDENTIFIER ON/SET
QUOTED_IDENTIFIER OFF/g" filename.txt"

[quoted text, click to view]
AddThis Social Bookmark Button