I have an Azure test site and am trying to connect it to an Azure SQL database. I used the Azure portal to create a new database. Since the database was successfully created, I opened SSMS 2012 and connected to the server and the database. I expected that I could create new tables, etc. Via SSMS, using the standard Create Table graphical interface (one that allows you to enter a column name, identifier, data type, etc. In a grid format), but SSMS 2012 does not look like having a table design window. Am I missing something? Is there an OOB release for this? I am running VS 2012 Ultimate, SSMS 2012, and I already have the VS2012 Azure SDK.
source share