two databases, one schema
problem: i have two databases with the same structure (i mean the same tables, table columns, pks, check constraints, stored procedures, views, udfs, ..., you get the ideea...). is there a way to ensure that any schema modification to one of them will be automatically done to the other also?
for example, let's say i want to add a unique constraint in one of the databases on one of the tables. what i want is that this constraint to be added automatically to both databases or, if the constraint is not possible, to none of them.
thanks,
defiant.
|