How to find the SQL Server Version with a query ?
Few days back , i had to find the SQL Server Version on one of the Machine and here’s a query that i used or executed in the SQL Server Management Studio to find out the version of the SQL Server . Select @@version The @@version will return “Microsoft SQL Server 2008 R2 (RTM) – [...]
Submit a review:
Login required.