Comments
Sort by recent activity
My plan was to use Red Gate to generate the SQL Scripts to a folder, then do a simple search and replace to update the scripts to ALTERS.
Two things make ALTERS nice:
1. They're easier to make from the CREATE statement
2. They don't screw up SQL's dependency tracking as badly
That said, I could live with IF EXISTS... DROP
Thanks for the reply! / comments
My plan was to use Red Gate to generate the SQL Scripts to a folder, then do a simple search and replace to update the scripts to ALTERS.
Two things make ALTERS nice:
1. They're easier to make from...