• Hi,

    Great article!

    A few comments:

    1. Regarding the custom stored procedures, you can eliminate the need of them by changing the article properties, and selecting not to use sp's instead of insert/update/delete commands. This way you can skip messing up with the stored procs.

    2. The identity can certainly be used at the subscriber if you select it "Not for replication". Same thing for check constaints, triggers etc.

    Cheers,

      Meir.