Created
June 30, 2022 13:43
-
-
Save vvgsrk/89ed55dac7520dfbadfbc642fa1dab62 to your computer and use it in GitHub Desktop.
Create secondary database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Create a replica of the primary database in the traget account | |
CREATE DATABASE AMADEUS_DYNAMIC_PRICING | |
AS REPLICA OF ORGANIZATION_CODE.ORGANIZATION_NAME.AMADEUS_DYNAMIC_PRICING; | |
-- Refresh a secondary database | |
ALTER DATABASE AMADEUS_DYNAMIC_PRICING REFRESH; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment