Opps! I think that I didn´t express myself right.
My question is:
If my application changes some table struture, this will be replicated to subscriber ?
Your application won't be able to change the tables. While a table is part of a publication the table schema can not be changed via the normal ALTER TABLE command. There are special system stored procedures which must be used to send the command to both servers at the same time.
Look up sp_repladdcolumn in BOL.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.