How to verify the version of SQL Server?
There are a few ways to verify the version of SQL Server. Method 1. You can run a query “SELECT @@VERSION” and note the version number returned in the string. SQL Server 2005 SP1 would return something like the following: Microsoft SQL Server 2005 – 9.00.2047.00 (Intel X86) Sep 22 2006 23:44:32 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1) Method 2. you can also look at the file version for sqlservr.exe. Method 3. If you look in Add\Remove Programs, you would also see an entry for Service Pack 1 for SQL Server
Related Questions
- AllFusion Model Manager Version 4.1 OS: Windows Q: When I try to connect to ModelMart I get an error, "unable to find SQL Server library functions". Why is that?
- How do I verify that I have installed the correct version of the Hummingbird HostExplorer software?
- What version of SQL Monitor works with SQL Server 11.0.x?