Before moving on to Azure, I used to create and modify data tables for my database in Visual Studio 2010 directly from Server Explorer ( Add New Table / Open Table Definition ).
Unfortunately, for the Azure SQL Database this is no longer possible, "feature is not supported." Does anyone know a GUI based tool for creating and modifying data table schemas? I could explicitly script to make these changes, but it is much faster with a GUI.
Does Visual Studio 2012 support this?
QFDev source share