How can we help you today? How can we help you today?
Win32nipuh
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?
3 followers 7 comments 0 votes
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...
3 followers 5 comments 0 votes
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...
14 followers 17 comments 0 votes
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...
1 follower 1 comment 0 votes