Start SQL Management Studio and run this query:
SELECT @@VERSION
You'll get back the SQL version and you can look on this table to see what version/SP is installed:
https://sqlserverbuilds.blogspot.com/2012/01/sql-server-2012-versions.html
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I need to find what service pack SQL 2012 is at I have a software update that requires SP4
Start SQL Management Studio and run this query:
SELECT @@VERSION
You'll get back the SQL version and you can look on this table to see what version/SP is installed:
https://sqlserverbuilds.blogspot.com/2012/01/sql-server-2012-versions.html
Start SQL Management Studio and run this query:
SELECT @@VERSION
You'll get back a version number and you can look on this table to see what SP and hotfixes are installed:
https://sqlserverbuilds.blogspot.com/2012/01/sql-server-2012-versions.html