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!

How I update only tabelstructure without the tabledata?

Status
Not open for further replies.

chreinke

Programmer
Mar 12, 2003
2
0
0
DE
Hi,
I use a Snapshot Replication. I want to update the tablestructure (add a column or delete a relation), but without
update the data in the table.

I use the following Properties:
- Article - propertie: "Delete Data in the existing table that matches the row filter statement"
- Row - Filter: &quot;... WHERE id < 0&quot; (no rows returns with this condition)

I create an Initial Snapshot and apply it to my Subscriber, but the table - structur dont change.

Has the Replication a other way to do this?

Ch. Reinke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top