Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Tuesday, August 11, 2009

SQL Server Version

From: How to identify your SQL Server version and edition
SELECT @@VERSION
or
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

Thursday, June 11, 2009

Mish Mash Of Different Version Work

This is weird, but LR controller v9.1 can talk & run scripts when paired with generator v7.8FP1, vice versa.

Test it this morning.