Tag Archives: ADS

Connecting to PostgreSQL from Azure Data Studio

I’ve been doing a bit of work with PostgreSQL as part of my work with Redgate. PostgreSQL is a relational platform that is open source, free to use, available as a supported commercial product from various companies, and has been … Continue reading

Posted in Blog | Tagged , , | Comments Off on Connecting to PostgreSQL from Azure Data Studio

The Separation of Tools

I’ve got a question for you today. Is it better to have SSMS and ADS available as separate downloads? If you installed SQL Server prior to 2017 (the year, not the version), you had the option to add Management Studio … Continue reading

Posted in Editorial | Tagged , | 1 Comment

Fixing the PoSh Hotkey in ADS

I installed the PowerShell (PoSh) extension in ADS recently. This is available in the extension pane, and once installed, you get the 4th icon on the right added to your sidebar, for PoSh. I have the SSMS Keymap extension installed … Continue reading

Posted in Blog | Tagged , , | Comments Off on Fixing the PoSh Hotkey in ADS

Creating a Quick Dashboard Widget

I read Carlos Robles blog on creating an Azure Data Studio (ADS) insight widget and decided to try this for myself. I decided to try and get a list of object types and a count of each. Following instructions, here’s … Continue reading

Posted in Blog | Tagged , , | Comments Off on Creating a Quick Dashboard Widget