1

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?'

3
  • Were you able to find a solution to this problem? Commented Oct 2, 2014 at 20:00
  • Sorry @paqogomez I just marked an answer below, RedGate was the way to go after all. Commented Oct 3, 2014 at 17:30
  • Excellent, glad you found your answer. I'll give him a +1 Commented Oct 3, 2014 at 18:05

1 Answer 1

1

Presumably you used Red Gate SQL Compare and SQL Data Compare? If so, these should work with SQL Azure so long as you're not using a very old version.

Could you try it and if you come across a problem, let me know, and I'll see what I can do to escalate it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.