Sql server 2014

How can we run .sql file on windows sql server 2014 in chef.
Do we have any resource or any ruby code to perform this task

I think your best bet would be to have chef install a sql server cli client and then use the execute resource to feed your sql file to that cli.