Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Export to spreadsheet and email
Message
 
 
To
17/05/2011 08:51:32
General information
Forum:
Microsoft SQL Server
Category:
Reporting Services
Miscellaneous
Thread ID:
01510848
Message ID:
01510853
Views:
42
>>What is your SQL Server version? If it's Enterprise version, you can set up data driven subscriptions.
>
>Its 2005. How would I tell if they have enterprise version or not ?
SELECT 
	SERVERPROPERTY('Edition') AS Edition,
	SERVERPROPERTY('ProductVersion') AS ProductVersion,
	SERVERPROPERTY('ProductLevel') AS ProductLevel
from
http://berezniker.com/content/pages/sql/microsoft-sql-server/retrieving-sql-server-edition-version-and-service-pack-info
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform