Last active
February 23, 2022 08:51
-
-
Save iamgini/7fc1714bbeb59b3782922865f4edeb1f to your computer and use it in GitHub Desktop.
Start LRS in continuous mode
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
Start-AzSqlInstanceDatabaseLogReplay -ResourceGroupName "SQLMIJagathRG" ` | |
-InstanceName "sqlmanagedinstancejagath" -Name "AdventureWorks2016" ` | |
-Collation "SQL_Latin1_General_CP1_CI_AS" ` | |
-StorageContainerUri "https://storageaccountsqlmitest.blob.core.windows.net/sqlmibackup/AdventureWorks2016" ` | |
-StorageContainerSasToken "sv=2020-08-04&st=2021-12-17T17%3A01%3A53Z&se=2022-05-30T17%3A01%3A00Z&sr=c&sp=rl&sig=oo1mHExX5StH85yM6ngYP1onMcu5fpLSoH7PNy5C0Zk%3D" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment