Read all SQL files from a directory into a data.frame
Source:R/sq_read_sql_files.R
sq_read_sql_files.RdRecursively finds all .sql files under dir_path and reads
each one into a row of a data.frame. UTF-8 BOM is stripped automatically
(common in files saved by SQL Server Management Studio).