DarlingData
DarlingData copied to clipboard
Open source SQL Server troubleshooting: sp_PressureDetector, sp_QuickieStore, sp_HumanEvents, and other SQL Server scripts for performance troubleshooting
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...
**Version of the script** @version = '3.33', @version_date = '20220701'; **What is the current behavior?** @version = '3.33', @version_date = '20220701'; **If the current behavior is a bug, please provide...
Hi Erik, I would like to thank you for the great stored procedure sp_HumanEvents which has been helping me a lot on my day by day job. Permit me to...
**Which script is your question about?** Script Name: sp_humanevents Is there a way to make this work in RDS SQL Server?
**Is your feature request related to a problem? Please describe.** At one point in my life, I had quite a good grasp of the official documentation for Query Store. Every...
Closes #449 by switching to use `SWITCHOFFSET` rather than our old arithmetic tricks with `@utc_offset_minutes`. I'll spin up some Docker containers on different time zones to provide more evidence that...
**Version of the script** Pretty sure this has always been the case. **What is the current behavior?** I spend most of my time in the GMT+0 timezone, which is the...
**Is your feature request related to a problem? Please describe.** This is absolutely something that I would use. I frequently use Query Store to check how my instance/database/query has changed...