Chubnut,
Replication adds the uniqueidentifier columns to the database for replication purposes only. They will not, and are not, displayed to the end user. Nor will your application even know about them. Regardless of your replicaiton method (merge, transactional, etc) these columns are added and necessary for a successful replication.
If the database is crashing (and I'd like to know what you mean when you say "crashing") then you have bigger issues. Replication will not cause this.
The columns that replication ads has nothing to do with your application. they are application INDEPENDENT. Your applicaiton does not even know they exist.
========================
Scott Klein
Author of:
Professional SQL Server 2005 XML
Professional WCF Programming: .NET Development with the Windows Communication Foundation
Professional LINQ
========================
|