Anonymous Asked in Cars &Transportation · 2 weeks ago

How can I tell what version of SQL is installed?

Contents
How to tell what version of Microsoft SQL Server you are running? One simple way to do this is to run SELECT @@version. Another option is to right click on the SQL Server instance name in SSMS and select Properties. You can also use the SERVERPROPERTY function to get details about the version of SQL Server.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours