Determine SQL 2014 Version

Milestone XProtect Essentials+ 2017 R3 installed a version of SQL 2014. SQL Management Studio is not installed. I need to download the SQL Express installer so I can do a repair install. But which version of SQL do I have exactly?

At a command prompt:

cd C:\Program Files\Microsoft SQL Server\120\Tools\Binn
osql -E
select @@version
go
exit

GetSQLVersion

Leave a Reply

Your email address will not be published. Required fields are marked *

Notify me of followup comments via e-mail. You can also subscribe without commenting.