Posts
Sort by recent activity
BUG: SQL Prompt is not properly working in SSMS that runs under different domain account
If you will use SSMS under different account and start SSMS via:
@echo offrunas /user:domainA\user /netonly "c:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Ssms.exe"
...