How can I use a ready roll shadow database in Azure?
griff182uk
Posts: 9 New member
in ReadyRoll
The error I get currently when syncing my azure database with my project:
The shadow database cannot be deployed to an instance of Microsoft Azure SQL.
Now I am using partitioning which is only available to me in azure as I don't have, or want, SQL enterprise locally at the moment. I want to just use the cloud.
Also I can't seem to find an option to turn off the shadow database requirement just for the sync.
The shadow database cannot be deployed to an instance of Microsoft Azure SQL.
Now I am using partitioning which is only available to me in azure as I don't have, or want, SQL enterprise locally at the moment. I want to just use the cloud.
Also I can't seem to find an option to turn off the shadow database requirement just for the sync.
Best Answer
-
AdamB Posts: 22 Bronze 4The shadow database is required for the script generation process, so without it you'll need to author migrations manually. As the shadow can't be deployed to Azure, you'll need access to an instance of SQL Server in order to sync.Adam Bowden,
Software Engineer, RedGate Software
Answers
For this reason, when importing a database from SQL Azure, ReadyRoll now automatically sets the shadow database to deploy to a local instance of SQL Server. This is (localdb)\ProjectsV13 by default but this can be configured if you need to set this to something else. For more information, see Connecting to a database hosted on Azure.
Product Manager
Redgate Software