Skip to content

mzucker007/sqlbatchrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlBatchRunner

This is a simple utility to apply sql batches to a database and track which batches have been already applied.

SQL Server only.

Usage

A control table named dbo.SqlBatchControl will be created in the database if it does not yet exist.

Save *.sql files to a folder.

Edit connection string in SqlBatchRunner.exe.config

Execute as follows:

SqlBatchRunner.exe [path-to-sql-files]

Optional. If you copy SqlBatchRunner.exe and SqlBatchRunner.exe.config into the folder with the sql files, it will execute the sql files in that folder.

About

Run sql (SQL Server only).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages