MS SQL Version and Edition

Microsoft SQL Serverınızın veriyonunu veya hangi edition kurulu oldugunu gormek istiyosanız, asağıdaki 2 query işinizi görebilir.

SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

Bir diğeride

SELECT @@version

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>