How can we help you today? How can we help you today?
Chris

Activity overview

Latest activity by Chris

Why have you started linking to the Toolbelt in the SQL Prompt Release Notes, seems odd: https://documentation.red-gate.com/sp/release-notes-and-other-versions/sql-prompt-11-3-release-notes / comments
Why have you started linking to the Toolbelt in the SQL Prompt Release Notes, seems odd:https://documentation.red-gate.com/sp/release-notes-and-other-versions/sql-prompt-11-3-release-notes
1 vote
Uninstalling SQL Prompt, rebooting and then reinstalling SQL Prompt fixed my issue. / comments
Uninstalling SQL Prompt, rebooting and then reinstalling SQL Prompt fixed my issue.
0 votes
After upgrading to 22.6 I get the following error when trying to open SQL History: The semaphore timeout period has expired. / comments
After upgrading to 22.6 I get the following error when trying to open SQL History:The semaphore timeout period has expired.
1 vote
REGEXP and CURRENT_DATE fail to format
I have some SQL similar to the below example and it fails to format because it adds the table alias to the column alias when the column alias is the same as an existing column inside the IF, I need...
Edited 3 followers 7 comments 1 vote
PIVOT
In the sample query below [object_id] and [type_desc] are underlined in green because they're unqualified. SQL Prompt does not automatically add the [p]. aliases and if I manually add them and then...
Edited 2 followers 0 comments 0 votes
JSON_ARRAYAGG
I'm using SQL Prompt 11.0.8 on Azure SQL database, using an example from Microsoft's JSON_ARRAYAGG documentation:SELECT TOP(5) c.object_id, JSON_ARRAYAGG(c.name ORDER BY c.column_id) AS column_list...
3 followers 2 comments 0 votes