views:

29

answers:

1

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!

+1  A: 

I would try sqlcmd

Cade Roux