I have a situation where I have to compare my database version (schema) with all my clients (possibly different versions) and deploy necessary changes to make all versions alike. I'm looking for a way that automatically compares my database schema with my client's schema, generates an difference script and executes it making sure that all the versions are same.
I'm aware about Red Gate and similar tools, but the problem is that I need to get the schema from my client (which is difficult to get).
Thanks in advance.