Martin Cairney
Martin Cairney
I started digging in further to trace this back to source. The SQLite database DID actually have 2 queries that matched this query text pattern - it just so happened...
I'm assuming that the number of executions feeds into the TOTALS calculations as well? If I copy the data from the Table from the "Queries" report tab and paste into...
As a workaround, I was able to use `Set-Location SQLSERVER:/SQL/localhost/DEFAULT/master` Then I was able to use: `Restore-SqlDatabase -Database MyDB -BackupFile 'https://storageaccount.blob.core.windows.net/container/filename' -RestoreAction Log -NoRecovery -TrustServerCertificate` This ran successfully which seems...