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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Field in tables after configuring replication

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I get the following field after configuring replication between two of my sql servers. One of these servers is sql 6.5 and the other is sql 7.0.

After configuring replication between the two i find that a new field by the name msrepl_synctran_ts is added to my table structure. Now i have removed replication, but eventhough i have removed replication this particular field is still appearing in the tables. How do i remove these additional field in all the tables in the database.

Please help

Vincent
 
Replication requires a timestamp field. When such a field is missing in your table, sql server will add it. Removing replication will not remove these fields. br
Gerard
(-:

Better a known bug then a new release.


| Do it!
|
V
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top