Groups | Blog | Home
all groups > sql server replication > february 2006 >

sql server replication : Rowguid Column at the end of my Tables



Mathew
2/17/2006 1:31:26 PM
Hello,

There is a "rowguid" column that was added to the end of my tables, and I
have no clue when and why it was added. Actually i had a Merge Replication on
this database and i removed it. I don't know if it was generated by SQL
Server for Merge Replication or something else.
Ant idea ????????????????
Thanks so much


Mathew
2/17/2006 2:51:07 PM
Dear Paul,

Thanks so much for your helps. I know how to remove this column either on
the Enterprise Manager or by scripts using sysobject to get the table name
and remove this column, but is there any easier ways or scripts that you know?
I appreciate so much.

Mathew

[quoted text, click to view]
Paul Ibison
2/17/2006 10:24:52 PM
Matthew,
this column is essential (actually a column with the rowguid property) to
merge replication. Removing replication will not remove these columns -
you'll need to do it by hand or craft a script. Be sure however that the
developers haven't coded to include this column.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

AddThis Social Bookmark Button