jum4 / sublime-sqlexec

A Plugin for running SQL commands in Sublime Text
http://lubriciousdevelopers.github.io/projects/sublime-sql-exec
99 stars 48 forks source link

Support for Microsoft SQL Server #30

Open Cottin opened 10 years ago

Cottin commented 10 years ago

Would this be hard to implement?

digggggggggg commented 9 years ago

+1 (and I would happily contribute)

Maik93 commented 9 years ago

+2 I can help too!

celo commented 9 years ago

+1

rdaniels commented 9 years ago

+1, mssql would be a great addition

vincent commented 9 years ago

not out-of-the-box, but I managed to get it working, please see https://github.com/jum4/sublime-sqlexec/pull/47

jlangston commented 9 years ago

I see a few other forks are aimed at adding MSSQL support as well. Not that my implementation is the best by any means but I did manage to get it working with SQSH awhile back. See https://github.com/jlangston/sublime-sqlexec I just hadn't done a pull request yet as I hadn't looked into windows support at all and it isn't very polished. It would be great to get a more vetted and polished implementation of MSSQL support merged back into the main branch.