Tools-ConnectionStringTester

MS SQL Connection string tester application

View on GitHub

Tools-ConnectionStringTester

Connection string tester application in .NET 4.6.1

Can be integrated with any tool you like. It will display error if it does not work.

Commands supported:

tester.exe -c

Executes the test against your database.

tester --help

Display list of all commands.

tester.exe --version 

Used to display application version.

#Example of the configuration for app config:

 <add name="ConnectionStringUnderTest" connectionString="Data Source=localhost;Initial Catalog=myDb;Integrated Security=True" />
 <add key="SqlCommand" value="select count(*) from (select * from dbo.TestingTable) as underTest" />

https://gist.github.com/cpoDesign/248c2b053054bef7ee282011ab68cc5c