Settings and activity
8 results found
-
25 votes
Nicholas Orlando supported this idea ·
-
18 votes
Nicholas Orlando shared this idea ·
-
304 votes
Given the upcoming retirement of Azure Data Studio we'd be really interested to hear from our community about where you'll be moving your database development.
If you'd like to chat about your development workflow and hear about our roadmap plans drop me an email and we'll get something set up.
Thanks,
Tim
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 commented
Found 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 votes
Nicholas Orlando supported this idea ·
-
207 votes
Nicholas Orlando supported this idea ·
-
3 votes
Nicholas Orlando supported this idea ·
-
12 votes
An error occurred while saving the comment Nicholas Orlando commented
Miss 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.