Here's my situation. I have a need for a publisher database (read/write/update/ddl) in one location and a subscriber database in another. The database is small (about 50M), but it undergoes frequent changes to both data and table structures. Lag is not a huge issue (the data can be several hours off), but ease of use is. Is there a replication scheme in SQL Server 2000 that will allow the frequent changing of schema without too many extra steps? I visualize a snapshot setup that gets overwritten every couple hours. Does Snapshot Replication limit your ability to make schema changes like Transactional and Merge do?