We have a long running project and we have continuous database scripts included in the project. Currently we use a manual way to run those scripts which I think does not work in a long run and the repository which saves these files only gets enormous. For this we use AliaSQL.
With many out of the box VS tools database projects available I think this process should be relatively simple and efficient.
Can someone highlight the best practices for maintaining database scripts for any project. Which includes changes to the scripts (table, view, stored procedure etc.)
Cheers!