Execute SQL Scripts with ease to generate db and insert data
This tool is built for MSSSQL server
The exe can be easily called in a cmd script to execute the sql scripts. Sample batch file can be found in "sample" folder
- Clone the repo
- Build the solution and Create a Database named "SampleDb"
- Update the dbservername, username and password in batchfile (DatabaseGenerator.cmd)
- Execute batchfile
Same tool can be used to execute insert scripts for data insertion