ctorx
ctorx

Reputation: 6941

MSYSGIT BASH : Execute SQL against MS SQL Server

I'm running MSYSGIT on Windows and I want to be able to execute SQL statements against a SQL server directly from the bash console and bash scripts. Is this possible, and if so, how do I do it? Thanks!

Upvotes: 0

Views: 318

Answers (1)

Cade Roux
Cade Roux

Reputation: 89671

I would try sqlcmd

Upvotes: 1

Related Questions