Skip to content

factor-bytes/SqlScriptRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SqlScriptRunner

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

About

Execute SQL Scripts with ease to generate db and insert data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published