We want to keep our client databases in SYNCH with our model database(only schema,objects). This should be done immediatley(not manually like using tools like sql compare) when we change the model database like alter table or create a new procedure. I have looked into Event Notification and DDL triggers all the examples show how to log /audit the changes but not apply the same change to remote databases. Any ideas on how we could do this?