Posts
Sort by recent activity
SQL Compare ALTER Scripts to Database
I am trying to setup an environment in which I can edit .sql scripts directly and execute them again the database. To make that doable the scripts need to be ALTERs.
But to do this, I also need to...