When I configure a merge-publication by the management studio gui, I will come to a step called "Article Issues" right after I choose the articles that are going to be published.. It just says that I will have to change my application, because
UniqueIdentifiers will be inserted into the tables. After the wizard finished, every table has a new rowguid-column (guid, not null). I recon this is pretty important for the (merge)replication.
So my question: is there a option in the publication-object for creating rowguid-columns in each article or do I need to configure right at the article-creation?
at the moment, I create the publication, then I loop with smo the tables of the database and create articles? Is there a easier way to do it?
thanks in advance basto