Activity overview
Latest activity by BPerkins
I'm having the same problem with SSMS instances that I launch through a .CMD file. Disconnecting and reconnecting fixes the problem. If I launch SSMS from Windows Start with no default Server/Database then SQL Search works properly. Here is a snippet from by cmd file: CD "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE" START Ssms.exe -E -S SQL01 -d warranty_us
TIMEOUT 20 /NOBREAK
START Ssms.exe -E -S SQL-TEST01 -d warranty_us TIMEOUT 20 /NOBREAK
/ comments
I'm having the same problem with SSMS instances that I launch through a .CMD file. Disconnecting and reconnecting fixes the problem.If I launch SSMS from Windows Start with no default Server/Databa...