Posts
Sort by recent activity
SQLPrompt does not understand SQL 2022 syntax?
Try this simple SQL 2022 codedeclare @x int=1
declare @xx int=2
if @x is not distinct from @xx print '=' else print '<>' SQL Prompt generates syntax error.Can it be fixed soon?
Docker: cannot connect to SQL Server
I tried to run the Docker as described docker run --rm redgate/sqlcompare:14 /IAgreeToTheEULA /s1:my-server\\sql2019 /db1:database1 /u1:sa /p1:my-password /s2:my-server\\sql2019 /db2:database2 /u2...
SQL Search does not start in SSMS 18.5
I have updated SSMS to v18.5 and then uninstall SQL Search, downloaded the latest one and installed. SSMS started, I click button "SQL Search" - no any errors/exceptions but SQL Search does not sta...
Please add "Copy object names"
In my opinion it may be useful: Search has found objects by criteria then user right-click and can do copy. It copies names+text as a unformatted text.Sometimes user needs only a list of names of t...