I come across the need occasionally to deploy a set of sql files that are all checked into source control in different files with a file hierarchy like this: Database Name Type of object (proc, table, view, etc) Name of object When I go to deploy the scripts I need to manually combine all the SQL files into one to …

Combining many SQL files into one Read more »