http://www.ipentec.com/document/document.aspx?page=sqlserver-get-version-and-edition
SELECT @@VERSION
「SQL Server 2014 SP1」はこれで取得できるバージョン番号にSP1の文字が入っていないので注意。
http://www.ipentec.com/document/document.aspx?page=sqlserver-get-version-and-edition
SELECT @@VERSION
「SQL Server 2014 SP1」はこれで取得できるバージョン番号にSP1の文字が入っていないので注意。