Combine multiple SQL Files into One
This command in the command line combines all sql files in a folder into 1 file that can be run on its own.
c:\type *.sql > OneFile.sql
This command in the command line combines all sql files in a folder into 1 file that can be run on its own.
c:\type *.sql > OneFile.sql