Following command get full SQL server version details:
Command :
Output :
To get specific information of server following commands:
Command :
Output :
Command :
Output :
Command :
Output :
Command :
select @@VERSION
Output :
Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
To get specific information of server following commands:
Command :
SELECT SERVERPROPERTY ('productversion') as product_version
Output :
9.00.1399.06
Command :
SELECT SERVERPROPERTY ('productlevel') as product_level
Output :
RTM
Command :
SELECT SERVERPROPERTY ('edition') as edition
Output :
Enterprise Edition
Pls provide output.
ReplyDeleteHi Kunal,
ReplyDeleteNow I give Output details, so check again.
run this command in SQL Server Management studio
ReplyDeletexp_msver
Thanks for your valuable comment.
DeleteCan you provide details like which version of sql server support this command and other details.