Skip to content

A tool to execute scripts in Microsoft SQL Server

Notifications You must be signed in to change notification settings

iberisoft/SqlExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlExec

.NET

This tool executes scripts in Microsoft SQL Server.

Usage: SqlExec script-file [output-file]. If output-file defined the script is treated as a query, resulting rows output to the file in CSV format.

Configuration

The tool is configured in file appsettings.json.

Database connection is defined below:

{
  "ConnectionString": "Server=(local)\\SQLEXPRESS;Database=XPacs;Trusted_Connection=True;MultipleActiveResultSets=true;Encrypt=False"
}

About

A tool to execute scripts in Microsoft SQL Server

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages