Viewing 15 posts - 166 through 180 (of 2,051 total)
Is the server currently waiting on memory?
https://erikdarlingdata.com/signs-you-need-more-memory-in-your-sql-server/
https://www.sqlskills.com/blogs/paul/wait-statistics-or-please-tell-me-where-it-hurts/
August 22, 2023 at 9:52 am
As Ken mentioned CX_PAKKET got subdived in CXSYNC_PORT en CXSYNC_CONSUMER . Related to parallellism. Have you set a maxdop?
Catch up with the latest CU 7 for SQL 2022 https://www.microsoft.com/en-us/download/details.aspx?id=105013
Have you...
August 21, 2023 at 10:30 am
Whilst installing a new laptop, noted that the download link for sql 2019 developer has disappeared
August 18, 2023 at 2:45 pm
It's getting popular to rename brands
August 1, 2023 at 4:03 pm
I agree with Grant. Thought that datacollector was obsolete.
A monitoring tool or DIY .
For DIY you may experiment with dbatools powershell module.
August 1, 2023 at 3:47 pm
Thanks for the suggestions, but the dataset was too small. An expanded version generates too much nulls.
Got a sufficient solution working posted below.
Better dataset:
DROP TABLE IF EXISTS...
August 1, 2023 at 9:55 am
Thanks Drew, Jeff for highlighting the alternative with DENSE_RANK. Interesting way to handle or exists
July 31, 2023 at 12:35 pm
*edit *
July 31, 2023 at 12:20 pm
Checkout https://www.sqlservercentral.com/blogs/how-to-get-live-execution-plan-using-extended-events
MS documentation on it https://learn.microsoft.com/en-us/sql/relational-databases/performance/query-profiling-infrastructure?view=sql-server-ver16
May 10, 2023 at 10:23 am
You can capture blocking with extended events on SQL 2019, but doesn't have alerting
Alerting can be done with xesmarttarget
https://spaghettidba.com/2022/02/28/recipe-5-killing-blocking-spids/
https://spaghettidba.com/2022/02/25/recipe-4-sending-alerts-via-email/
May 9, 2023 at 8:39 am
Is it possible to have an sql-script posted as code to reproduce your question so we don't have to open a possible dangerous excelfile
May 3, 2023 at 12:41 pm
We update short support documentation when we are on supportduty. Usually by another person than who wrote the program
It's necessary to support the number of applications, can't know it all...
April 26, 2023 at 10:09 am
Page_latchup is mentioned in https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql?view=sql-server-ver16
March 31, 2023 at 1:06 pm
Can you post the matching DDL? Can you view the query plan?
Are there good indexes on c_b_party_comm
You can start by watching https://www.brentozar.com/training/think-like-sql-server-engine/ series
March 31, 2023 at 1:02 pm
Viewing 15 posts - 166 through 180 (of 2,051 total)