PDA

View Full Version : Detect an SQL instance



NewsArchive
12-14-2010, 01:45 AM
Friedrich,

Is there a script to enable the detection of an MS SQL Instance?
Determining whether a particular version is installed is not
sufficient. I need to detect my if instance is installed.

TIA

Sed Mayne

NewsArchive
12-14-2010, 01:45 AM
Hi Sed,

> Is there a script to enable the detection of an MS SQL Instance?
> Determining whether a particular version is installed is not
> sufficient. I need to detect my if instance is installed.

You can "enumerate" the server instances registry items to find the
information you need. The "Get Registry SubKey..." script function can
handle this.

Does this help?

Friedrich