Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database size
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Miscellaneous
Thread ID:
01064443
Message ID:
01064457
Views:
30
This message has been marked as a message which has helped to the initial question of the thread.
>Thank you very much, that SP fits my needs perfectly. Hmm just a followup question I should have asked in my original post. Is there a SP I can execute to find out which version of MSSQL is running, and can I from that information find out if it is the "free" version or not?

The first or second one should answer your question if it's MSDE or not.
SELECT 
	SERVERPROPERTY ('Edition'),	
	SERVERPROPERTY ('EngineEdition'),
	SERVERPROPERTY ('ProductVersion'),
	SERVERPROPERTY ('ProductLevel')
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform