Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Detect version

1 view
Skip to first unread message

Роман Василич

unread,
Sep 23, 2008, 8:21:01 AM9/23/08
to
How to detect version SQL Server on mobile devices (Mobile, Compact Edition
etc.)?

Andrey Ivanov

unread,
Sep 24, 2008, 2:45:19 AM9/24/08
to
SELECT @@VERSION
OR
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY('productlevel'), SERVERPROPERTY('edition')
"Роман Василич" <@discussions.microsoft.com> сообщил/сообщила в новостях следующее: news:6D133C3A-5A14-4095...@microsoft.com...

Роман Василич

unread,
Sep 24, 2008, 3:09:00 AM9/24/08
to
I did mean not inside SQL Server, but checking registry, files version etc...
I need detect version via RAPI invoke.
0 new messages