Hey all, I'm wondering if anyone has ever used a tool which will take a series of .sql scripts and a manifest file of some sort and merge them into one big .sql file according to the order defined in the manifest?
I'm trying to integrate database change packaging into our automated build and I could write a tool for this but I figured it might already exist.
We use Nant and CruiseControl.NET if there are any solutions specific to that.
Thanks.