The project won't build here. The 'Create RawAll.sql File' step fails because SQL_FILES is an undefined macro; it's also referencing a file nameddbnewarcs1.fnGetDedn_Rate.UDF which I don't have.
But try changing
[vbld_FSO.OpenTextFile("%SQL_FILES%\%NEXT_FILE%").R eadAll]
in that step to
[vbld_GetFileContents("%SQL_FILES%\%NEXT_FILE%")]
|