Azure Data Studio – Cool Snippets
Some cool Azure Data Studio Snippets
5 Quick tips for MSSQL Management Studio
We take a look at 5 quick tips and tricks Microsoft SQL Management Studio that is sure to save your time and will enhance your productivity
Azure Data Studio My New Muse (Part 1)
What you can expect Brief explanation of Azure Data Studio followed by some tips and tricks to optimize your coding experience in Azure Data Studio. What is Azure Data Studio Azure Data Studio is Microsoft new SQL Server Management studio that is solely focused on development. Azure Data Studio does not have all the functions of SQL Server Management studio and it does not seem like they are going to change that at the time of writing this. However, the features and tools it provides are amazing. We are going to look at some of them in this post. SQL Snippets These functions are similar to SSMS (SQL Server management Studio) Boost’s auto replacements and are quite easy to setup. In Azure Data Studio hit Ctrl + Sift + P and type snippets Now type SQL to select the SQL option You will end up here To create a snippet,…
SQL – CTE – Basics
Brief explanation of what a CTE is and how to use them to optimize your queries.
SQL Loopidy loops… A case for TSQL loops
What will I read: In this post we will look at TSQL Loops, what they can be used for and at a practical example. This is applicable to MS SQL but I believe it also holds value for other databases.