I ran the following:SELECT SERVERPROPERTY('productversion') as 'Product Version', SERVERPROPERTY('productlevel') as 'Product Level', SERVERPROPERTY('edition') as 'Product Edition', SERVERPROPERTY('buildclrversion') as 'CLR Version', SERVERPROPERTY('collation') as 'Default Collation', SERVERPROPERTY('instancename') as 'Instance', SERVERPROPERTY('lcid') as 'LCID', SERVERPROPERTY('servername') as 'Server Name'I get the following:Product Version Product Level Product Edition CLR Version Default Collation Instance LCID Server Name12.0.2000.8 RTM Standard Edition (64-bit) v4.0.30319 Latin1_General_CI_AS NULL 1033 ALPHA001Am I using the RTM or Standard Version of Sql 2014? I see both...J.
↧