SQL Test 4

Trouble loading SQL Test in SSMS v22 after upgrading to v4.4.0 or later

This specific scenario of SQL Test options not loading in SSMS v22 can occur intermittently when SSMS cache is not invalidated correctly during the SQL Test upgrade process.

Workaround to resolve this problem

  • Uninstall and then reinstall the required version of SQL Test.

OR

  • Navigate to the SSMS v22 executable directory and run below command in the CLI

start /wait "" "./SSMS.exe" /updateconfiguration 

Wait for the command to complete successfully in CLI. (Alternately the command completion can also be checked in Task Manager).

Post successful completion of this command, reopen SSMS 22. Now, SQL Test options should load successfully.


Didn't find what you were looking for?