hi
I have notice that i missed few columns in my merge repliction and i wonder is it possiblie to reverse a replicated database or copy to normal SQL database?
after that i would do a new Publication.
I need to have the data that is in the Database.
If this is SQL Server 2005, you can always use alter table and add the new columns to the table. They should automatically propagate to the subscriber.
If you wish you can drop the publication, add the columns and reset the publication too.
The data in the tables will be intact.
No comments:
Post a Comment