I have setup two SQL2000 Servers to use Transactional Replication which is
working fine with the test database I setup. I have also setup the servers
to use IPSEC when communicating, works fine.
I am wondering why when I make a structure change to a table (adding a new
field) that the only way to get it to replicate is to create a new
subscription?
When I make a change to a table on SQLSRVR1 (Pub), should I also make the
table change on SQLSRVR2 (Subscriber) for it to work or am I just missing
something?
Thanks in advance