How can I check from setup if SQL Server (or MSDE) was installed? Which
registry key I should check?Hi
You can see in the Services of Windows, the setup installed the services for MSSQLSERVER. The setup installed the SQL Server Manager, Search this in the Toolbar of Windows
Tinoco.|||You can use
SELECT SERVERPROPERTY('Edition') to determine the version. It is documented
in Books on Line.
Rand
This posting is provided "as is" with no warranties and confers no rights.
No comments:
Post a Comment