Or should I say just making sure all columns are created and proper.
I have 6 databases I need to keep maintained to a similar level, all standalone.
What is the best way to keep the schemas up to date without resorting to manually updating...? Obviously I cannot use DROP table or CREATE table based scripts. Data replication is not required.
Cheers