Settings and activity
8 results found
-
24 votesNicholas Orlando supported this idea ·
-
18 votesNicholas Orlando shared this idea ·
-
300 votes
SQL Prompt for Azure Data Studio is now in public preview!
The aim of this public preview is to learn from the ADS community about how SQL Prompt can enhance your developer experience, adding improvements and new features based on your feedback.
With SQL Prompt, you can use an extensive collection of code snippets to write your SQL code quickly and efficiently. You can also keep your code consistent using the powerful formatting capability, with the ability to customise the applied style to suit your preferences.
We’d love to hear your feedback. You can get in touch with the team either via the new SQL Prompt in ADS forum: https://forum.red-gate.com/categories/sql-prompt-in-ads or email us at sqlprompt.in.ads@red-gate.com.
Get started with SQL Prompt for Azure Data Studio now. Download it here: https://download.red-gate.com/EAP/SQLPromptADS.zip
An error occurred while saving the comment Nicholas Orlando supported this idea · -
14 votes
This is caused by the SQL Compare parser not understanding this syntax. The good news is the SQL Compare team are currently working on SQL Server 2016 parser support. Once this work is done and SQL Source Control is updated with the latest SQL Compare engine, I will update this request again.
An error occurred while saving the comment Nicholas Orlando commentedFound that JSON also crashes both SQL Source Control and DLM Automation.
DECLARE @JSON NVARCHAR(MAX) = '[{"ID":1,"Name":"Test"}]';
SELECT ID, Name
FROM OPENJSON(@JSON)
WITH (
ID INT N'$.ID',
Name VARCHAR(255) N'$.Name'
);Nicholas Orlando supported this idea · -
12 votesNicholas Orlando supported this idea ·
-
207 votesNicholas Orlando supported this idea ·
-
3 votesNicholas Orlando supported this idea ·
-
12 votes
An error occurred while saving the comment Nicholas Orlando commentedMiss spelled swapping with sapping, but don't see a way to edit the idea.
Nicholas Orlando shared this idea ·
SQL Prompt would be nice to have in SQL Operations Studio along with SQL Source Control and SQL Test. Could live without SQL Test since there are tSQLt procs to run the tests, but not without SQL Prompt and SQL Source Control.