Connection to MS SQL with Slingshot?

I like to connect to a MS SQL Server 2008 R2 database from Dynamo to query some information from a database. I found Slingshot package that provides connection to SQL databases. However, it seems it only works with MySQL and SQLite. It also has some for ODBC commands. Would this give me an option to connect to my MS SQL database? if yes, how?

If not, does anyone know any other way that can help me with this?

I managed to solve the problem using Python script.

Here is a sample code that works for my MSSQL Server setting

MSSQL

 

And here are two links that I used