Hello,
I need a procedure which compares source schema and destination schema.
It will find the db objects Which objects in source schema and does not exists in destination schema.
and Generate creation scripts for those database objects.
so that i will run those scripts in destination schema to make source is in sync with destination.
Please help me to write the procedure.