Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

To Find the registry of SQL Server 2005 Management Studio

i want the registry value SQL Server 2005 Management Studio (because our application is dependent;) before installing our application i am checking whether SQL Server 2005 Management Studio is present or not and i have cross checked that for SQL Server Management Studio with Express Edition it is having different registry value and for SQL Server Management Studio Developer Edition it is having different registry value; All i want is a common registry for SQL Server 2005 Management Studio so that i can check it before installation of my product.

like image 364
Chetan Avatar asked Jun 02 '09 15:06

Chetan


People also ask

How do I find the server name for SQL Server 2005 Management Studio?

Go to Start > Programs > Microsoft SQL Server > Service Manager. Locate the running MS SQL Server instance name (circled below in red). This is what you'll need to enter in the record.

What is SQL Server registry?

Registry keys contain configuration data for the SQL Server services and applications. Unrestricted access or access unnecessary for operation can lead to a compromise of the application or disclosure of information that may lead to a successful attack or compromise of data.

How do I find my SQL instance name in the registry?

From a Command Prompt, type regedit.exe, and press [ENTER]. Navigate to HKEY_LOCAL_MACHINE >> SOFTWARE >> Microsoft >> Microsoft SQL Server >> Instance Names. Each instance installed on the server possesses a key inside a folder under this registry entry.


1 Answers

SQL 2005 SSMS stores its settings at

HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\90\Tools\Shell

SQL 2008 SSMS stores its settings at

HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\100\Tools\Shell
like image 92
Scott Ivey Avatar answered Nov 15 '22 05:11

Scott Ivey