Skip to content

Instantly share code, notes, and snippets.

@Jagath4u
Created February 23, 2022 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jagath4u/4a442220da308b74ca218effd6f1a717 to your computer and use it in GitHub Desktop.
Save Jagath4u/4a442220da308b74ca218effd6f1a717 to your computer and use it in GitHub Desktop.
Start LRS in continuous mode
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 "mySASToken"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment