InterviewSolution
Saved Bookmarks
| 1. |
How Do I Find Information About The Install Locations For The Various Instances Running On A Computer? |
|
Answer» You can find out the install paths from the registry KEY CORRESPONDING to each INSTANCE. The following registry key contains the required information: HKEY_LOCAL_MACHINE /Software /Microsoft SQL Server /{Instance Name} /MSSQLServer /Setup /SQLpath. You can find out the install paths from the registry key corresponding to each instance. The following registry key contains the required information: HKEY_LOCAL_MACHINE /Software /Microsoft SQL Server /{Instance Name} /MSSQLServer /Setup /SQLpath. |
|