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:
01064471
Views:
19
Again thank you very much Sergey.
Sincerely,
Einar
>>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')
>
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform