Click here to Skip to main content
15,885,278 members
Articles / Database Development / SQL Server

SQL Server Discovery Report

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
26 Feb 2013CPOL1 min read 9.4K   4  
SQL Server discovery report

How Can I Check All SQL Server Features and Version that are Installed on My Machine?

It’s a frequently asked question. You need to study your environment, you need to login each instance to check version & other details, to answer this question.

Till SQL Server 2005, you have no direct solution.

But starting from SQL Server 2008, Microsoft added a SQL Server discovery report as a useful tool under Tools page of Installation Center.

SQL Server Discovery tool

Launch SQL Server Installation Center under Configuration Tools (Click on the Start menu, go to All Programs, click to Microsoft SQL Server <Version Name>, under Configuration Tools click on SQL Server Installation Center) OR directly run Setup.exe & browse to Tools Page.

Step 1

Image 1

Step 2

Image 2

Step 3

Report will be generate & open in default browser automatically.

Image 3

Report Location

The SQL Server Discovery Report will be saved automatically in %ProgramFiles%Microsoft SQL Server100Setup BootstrapLog<last Setup Session>.

Other Useful Options

  • You can also generate the Discovery report through the command line. Run “Setup.exe /Action=RunDiscovery” from a command prompt
  • If you add “/q” to the command line above, no UI will be shown, but the report will be saved in %ProgramFiles%Microsoft SQL Server100Setup BootstrapLog<last Setup Session>.

Limitation

  • SQL Server discovery tool cannot be used to discover Remote SQL server installation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --