Created
May 12, 2025 11:36
-
-
Save MarkPryceMaherMSFT/4235da96b670f5796702ac58304c88ae to your computer and use it in GitHub Desktop.
script that shows when the tables were last replicated
This file contains hidden or 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
| // use when you have workspace monitoring enabled | |
| // when were tables last updated | |
| MirroredDatabaseTableExecutionLogs | |
| | summarize max(Timestamp), sum(ProcessedRows) by SourceSchemaName, SourceTableName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment