Option to never drop columns or indexes?
mcaracuel
Posts: 2
Hi,
My company sells commercial software that uses SQL Server as the database engine. When we provide upgrades, we use SQL Compare to create change scripts. Today, we have to inspect all objects by hand because our clients may have added columns or indexes to our tables, which we have to leave alone.
Is there an option that would cause SQL Compare to never generate drop column or drop indexes statements? So, if our product has added new columns, we want those columns added. But if the customer has added new columns, we want those to remain where they are.
I read a post about a SQL Compare API. Could this be acomplished with that API? Where can I find more information about the API?
Thanks
My company sells commercial software that uses SQL Server as the database engine. When we provide upgrades, we use SQL Compare to create change scripts. Today, we have to inspect all objects by hand because our clients may have added columns or indexes to our tables, which we have to leave alone.
Is there an option that would cause SQL Compare to never generate drop column or drop indexes statements? So, if our product has added new columns, we want those columns added. But if the customer has added new columns, we want those to remain where they are.
I read a post about a SQL Compare API. Could this be acomplished with that API? Where can I find more information about the API?
Thanks
Comments
I doubt that this can be done from the Comparison SDK (API), although I'm sure someone will correct me if I'm wrong.
Kind regards,
David Atkinson
Red Gate Software
Product Manager
Redgate Software