Skip to content

iberisoft/SqlExec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlExec

.NET

This tool executes scripts in Microsoft SQL Server.

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

Configuration

The tool is configured in the file appsettings.json.

The 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