How to force SqlExpressChk.exe from bootstrapper to check for other instance than SQLEXPRESS
- 阅读更多 关于 How to force SqlExpressChk.exe from bootstrapper to check for other instance than SQLEXPRESS
问题 In SQL Express bootstrapper there is a file called SqlExpressChk.exe used to check the version of the installed SQL Express. Unfortunately I've read that this file is looking for instance name SQLEXPRESS. Does anybody know how to force SqlExpressChk to look for another instance name ? I don't install SQL Server with default instance name. Thanks. 回答1: There isn't a way. SqlExpressChk.exe is limited to only the default instance name, SQLEXPRESS. It won't detect other named instances as