Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: How to tell what version of SQL Server

    Thank you for your post.  Your post and KB info says to execute: 

    SELECT 'productversion = ', SERVERPROPERTY('productversion')

    SELECT 'productlevel   = ', SERVERPROPERTY('productlevel')

    SELECT 'edition        = ', SERVERPROPERTY('edition')

    Which returns:

    productversion...

Viewing post 1 (of 2 total)