How to Replicate the data without affecting application

  • Hi Geneious.......

    I am beginner,

    I have done Merge replication between my local database and remote database.It automatically created the one more coloumn 'rowguid' in all tables.It affects insert query in my application.How can i replicate the data without affecting my application.Please help me.

  • Merge replication needs to be able to uniquely identify all rows in the database this is why a GUID is added.

    The GUID column that is created has a default value of NEWID() so it should not affect the application, what specific issues are you having?

    The other alternative with merge replication is to add your own GUID and handle it as part of your application

  • Are your INSERT procedures/queries explicitly listing the column headings ?

    How is the insert failing ?

    What is your error ?

    Thanks

    Graeme

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply