Showing posts with label BATCH Script. Show all posts
Showing posts with label BATCH Script. Show all posts

Published On: 12/12/2017

Execute multiple SQL files from folder to SQL database by batch script

Execute multiple SQL files from folder to SQL database by batch script

When we are applying the batch or release to QA or Production Server we need to execute set of SQL files from folder and sub folders. This post explains the easiest way to execute multiple SQL files from specified folder and sub folders by using BAT file.
How to execute multiple SQL files on SQL ServerSQL Server provides SQLCMD utility to execute t…

Read More »