Creating a table in Azure Database using SQL Server Management Studio
What is SQL Server Management Studio (SSMS) In our previous blog post we looked at how to easily create a table using Azure Data Studio. After a quick installation and set up, we were able to run SQL queries against our Azure SQL server and create the Staging, Archive, and View in our SQL Database. If you missed that post please follow this link to review it: Creating a table in Azure Database using Azure Data Studio In this blog post I will show you how to quickly set up SQL Server Management Studio (I will refer to it from now on as SSMS), configure it to point it to our Azure SQL server, and then run the CREATE TABLE and CREATE VIEW scripts that we did through Azure Data Studio.