Viewing 15 posts - 1 through 15 (of 112 total)
Sometimes, re-designing your processes is the best approach.
January 17, 2025 at 7:04 am
If the installation media 2019 does not do the job, clean up the registry. You may consider repairing the windows.
January 17, 2025 at 6:59 am
Apologies, the web site duplicated my response twice.
January 17, 2025 at 6:52 am
Yes, as others stated, with no tracing data, we are guessing. However, you may consider checking the following:
-----------------------------------------------------------------------------------------------------------------------
"tempdb" contention could cause issues. (one tempdb file for each logical core.)
https://www.sqlshack.com/sql-server-tempdb-database-and-latch-contention/
Please check...
January 17, 2025 at 6:51 am
Yes, as others stated, with no tracing data, we are guessing. However, you may consider checking the following:
-----------------------------------------------------------------------------------------------------------------------
"tempdb" contention could cause issues. (one tempdb file for each logical core.)
https://www.sqlshack.com/sql-server-tempdb-database-and-latch-contention/
Please check...
January 17, 2025 at 6:50 am
Third party monitoring tools could cause performance issues for your database platform unless you know how to use them properly.
I would write your own tools if you can.
January 17, 2025 at 6:30 am
Please see Brent Ozar's recommendations:
https://www.brentozar.com/archive/category/production-database-administration/monitoring/
January 17, 2025 at 6:24 am
Please read on: netcoreapp3.0 - not sure if this could help.
January 17, 2025 at 6:19 am
you may use Availability Groups (also known as AlwaysOn Availability Groups) on SQL Server 2022 Standard Edition, but with limitations - you can only create "Basic" Availability Groups which restrict...
January 17, 2025 at 6:09 am
Please apply firewall rule for inbound/outbound port 1433 (on the server and your computer).
It is best to use more secure ports / certificate. DO you have connect database connect permission...
January 17, 2025 at 5:57 am
Good work Jeff.
January 2, 2025 at 3:14 am
Also, ensure the MIN/MAX SQL memory is assigned properly.
Server has 32 GB, Min: 8 GB / Max 24 GB (for example)
With VM servers, sufficient memory is essential.
January 2, 2025 at 3:08 am
When the process hangs, is the CPU/memory pegged at 100 percent?
Please check for CPU pressure or memory pressure.
Pinal Dave has good articles on wait types.
January 2, 2025 at 3:03 am
Just to get a clear idea, is this a SQL task executed after hours? If you run the process during the normal day hours, yes, you could see deadlocks challenging...
September 23, 2024 at 4:20 am
All these are helpful:
July 25, 2024 at 6:40 am
Viewing 15 posts - 1 through 15 (of 112 total)