I’m struggling to figure out how to batch modifications to our databases in SQL Server Management Studio. We’ll perform actions like editing columns, creating tables, renaming tables, etc. that we need to perform on all of our environments – but not until we’re ready to push the application. I’m trying to use the SQL profiler to grab the SQL but this seems horribly inefficient.
Is there a solution built into the application that will track such changes for me?
Looks like I found my answer: http://www.mssqltips.com/sqlservertip/1723/auto-generate-change-scripts-in-sql-server-management-studio-ssms-for-tables/