Closed MantasTumenas closed 5 years ago
MS SQL instance name is selected from the registry (regedit) path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\ If, MS SQL is x86 and Win OS is x64, then registry path is: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server. So, you need to update these files accordingly:
If you have a situation like Win OS x64, first SQL instance x64 and second instance x86 - you have to choose - which instance is more important for you. For now.
Will try to do a new discovery scripts
Also need to update a manual (deployment section).
Workaround is presented. Since MS SQL Server 2016 CTP 2.4. x86, or the 32-bit version, is no longer included. SQL Server 2016 is now 64-bit only. No need modify scripts for a problem which should fade away.
Discovery is not working if MS SQL is x86 and Win OS is x64