Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rowguid column

Status
Not open for further replies.

cocopud

Technical User
Jan 8, 2002
139
US
We have a database that is replicated. We had network problems the other day and I had to reinitialize the replication. Now I notice that there is a rowguide column in the table that is being replicated. Does anyone know what this is or where is came from and can I just remove it from the table?
 
It can not be removed. With replication in SQL 2000 and below, replication adds the additional rowguid column to the table. It uses that column as a secondary primary key of sorts.

The replication uses that column to find the records that need to be updated or deleted.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top