automated design change
MKB
Posts: 1 New member
hi i have database that have 250 tables and i want to do specific change design in some of tables like renaming column ,changing datatype ,add identity ,changing primary key and add unique key .
I don't want to do in manually in SSMS and run change script i want to do it with program in C# that select database and do the change automatically is it possible to use SMO or is there any better solution i really appreciated for help
thanks in advance
I don't want to do in manually in SSMS and run change script i want to do it with program in C# that select database and do the change automatically is it possible to use SMO or is there any better solution i really appreciated for help
thanks in advance
Tagged:
Answers
You could use a SQL Change Automation project.
For more detailed information please see the documentation page: https://documentation.red-gate.com/sca3/developing-databases-using-sql-change-automation
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools