Deplopying data to an Azure SQL DB

Hi, can you please tell me the best way to deploy source controlled data to an Azure SQL Db.  I use DLM Automation to deploy the schema and data compare to deploy data locally but can't figure out how to use either to deploy the data to Azure.

Thanks

Best Answer

  • Sergio RSergio R Posts: 610 Rose Gold 5
    Releasing to Azure shouldn't be very difficult, you just need to make sure that your release server can access the Azure instance.

    The build steps, however, should be performed in a standard SQL Server instance (or on local DB).
    Sergio
    Product Support Engineer
    Redgate Software Ltd
    Please see our Help Center for detailed guides on how to use our tools
Sign In or Register to comment.