DarlingData icon indicating copy to clipboard operation
DarlingData copied to clipboard

Open source SQL Server troubleshooting: sp_PressureDetector, sp_QuickieStore, sp_HumanEvents, and other SQL Server scripts for performance troubleshooting

Results 21 DarlingData issues
Sort by recently updated
recently updated
newest added

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?

I'm having a serious issue with this.

help wanted

**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...

enhancement
sp_QuickieStore

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...

bug
sp_QuickieStore

**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...

enhancement
sp_QuickieStore