I'm in the process of creating an Azure Website, and using SQL storage in Azure for database connectivity as well. If I wanted to follow a simple model of (website instance\database_instance):
TEST - test.website.com\test_database
STAGING - staging.website.com\staging_database
PRODUCTION - website.com\production_database
How would I go about syncing database object from TEST->STAGE->PROD? On local database, I used to use redgate tools, but I don't know if I can still use those with Azure.
I should add, I'm using Visual Studio 2012 with Azure Tools installed.. I'm not sure if there's a database project I can use to promote database objects when I publish as well?'