Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pull sums from 2 tables
Message
From
16/10/2007 11:30:34
 
 
To
16/10/2007 11:23:35
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01261037
Message ID:
01261271
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
I like that idea. I'd like to do some tests for real world usage. The problem is that probably half of most developer's customers are still on SQL2000. (Basic question now which I should already know) How to determine the version of SQLServer (if a valid connection exists)?

I can't test this at the moment, so "buyer beware", but give this a crack...

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

I'm sure there are other ways as well....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform