File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SqlExec
22
3- [ ![ .NET Framework ] ( https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml )
3+ [ ![ .NET] ( https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/iberisoft/SqlExec/actions/workflows/dotnet.yml )
44
55This tool executes scripts in Microsoft SQL Server.
66
7- Usage: ` SqlExec script-file [output-file] ` . If ` output-file ` defined the script is treated as a query, resulting rows output to
8- the file in CSV format .
7+ Usage: ` SqlExec script-file [output-file] ` . If ` output-file ` is defined, the script is treated as a query, resulting in rows being output to
8+ CSV file .
99
1010## Configuration
1111
12- The tool is configured in file ` appsettings.json ` .
12+ The tool is configured in the file ` appsettings.json ` .
1313
14- Database connection is defined below:
14+ The database connection is defined below:
1515```
1616{
1717 "ConnectionString": "Server=(local)\\SQLEXPRESS;Database=XPacs;Trusted_Connection=True;MultipleActiveResultSets=true;Encrypt=False"
You can’t perform that action at this time.
0 commit comments