sql in Powershell for windows 7

0

I need to run a fairly basic SQL query from Powershell on an older 32 bit win7 PC, I'm having issues running as the invoke-sql cmdlet is looking for the microsoft.sqlserver.batchparser assembly.

I cannot figure out how to install this assembly. I have tried installing SQLSysClrTypes for sql server 2016 and 2014 but the file is not showing up (for reference see this link) I keep getting the error that that file cannot be fount for version 15.100.... if there are any other solutions (I have versions 10 and 12 in the assembly) I would appreciate it.

levi Clouser

Posted 2019-10-03T15:12:09.713

Reputation: 1

No answers