Forum Discussion
fuerteventura2023
Nov 08, 2022Copper Contributor
Verteran in SQL Server but new to Azure
I've been working as a developer within SQL Server for over 15 years now (DWH and transactional) and think it's time I added SQL Azure to my toolbelt. I've created an account, server and database etc...
olafhelper
Nov 09, 2022Bronze Contributor
fuerteventura2023 , Azure Data Studio is a fine tool to manage SQL Azure databases (and some more RDBMS).
MS Visual Studio can be used together with the SSDT add-in to create database solutions, also for SQL Azure.
See
Download SQL Server Data Tools (SSDT) - SQL Server Data Tools (SSDT) | Microsoft Learn
Olaf
- CDBConsNov 09, 2022Copper ContributorThank you very much for your reply Olaf - I've installed all the tools you suggest and have also found I can use SSMS!
- olafhelperNov 10, 2022Bronze Contributor
CDBCons , SSMS has some limitation when connected to SQL Azure, better use Azure Data Tools.