Tyler Samples

Results 4 issues of Tyler Samples

Modify query for total memory to support Azure SQL DB

sp_PressureDetector currently fails on Azure SQL DB because of the following reference: ``` SELECT CEILING ( dosm.total_physical_memory_kb / 1024. ) FROM sys.dm_os_sys_memory AS dosm ``` Would it be possible to...

Some tiers of Azure SQL DB come with a read-only replica which appears to share the same server and DB name as the primary and is only connected to via...

DBA Dash Agent

Writing data to a table with Write-SqlTableData creates permanent Write-Progress bars that never clear. There is likely a missing call to Write-Progress with the -Complete flag in order to close...

bug