Viewing 15 posts - 1 through 15 (of 42 total)
Thank you Grant & Johan.
September 28, 2023 at 11:37 am
This is a big stored procedure which has multiple operations SELECTs, INSERTs within it and bunch of tempdb operations? The temp table error was something related to another operation within...
April 4, 2023 at 8:57 am
This query is not getting blocked but sometimes going to runnable state and suspended state.
I tried to capture the actual plan but gave up after it ran for almost hours...
April 3, 2023 at 7:57 pm
query is running over 2 hrs. What's runnable status mean? the cpu utilization in task mgr is around 30-40% only...
Reads are more. What can be done to...
March 31, 2023 at 11:58 am
Thank you Jeffery. Will test it on my sub-prod env.
November 29, 2022 at 6:47 am
Since backups on a secondary node must be copy_only backups - you have to make sure copy only is set. Once you do that - Ola's utility will look...
November 28, 2022 at 3:28 pm
There are any number of things to check, but I generally focus on wait statistics and query times. And honestly, mostly query times. Wait statistics tell you what things...
November 8, 2022 at 10:11 am
Do you have 15-20 3TB databases on a test server and one of the databases is production?
How much storage do you have? It sounds like you have 30-60 TB...
November 8, 2022 at 10:07 am
I am looking for alert code when it is 70% I want to get an email alert automatically so that we can take the log backup or check to see...
November 7, 2022 at 4:15 pm
So, on a Prod server, when DB Team receives Hgh CPU Alert or incident for a sustained period. what would be the response?
do you check currently running sql stmts driving...
May 26, 2022 at 3:34 pm
Try taking a look at theses 2 management views. Change the ORDER BY in your queries to get highest use per I/O, CPU, Memry sys.dm_exec_query_stats
May 24, 2022 at 7:19 am
In general, I am checking 2 or more databases are placed in the same drive then would it cause any issue.
How can I leverage the sys.dm_io_virtual_file_stats to determine is there...
May 24, 2022 at 7:15 am
Anyone has any perfmon.msc file to measure how busy is my sql server?
I do... but PerfMon is a picky thing... what works on one box frequently doesn't work...
May 24, 2022 at 7:07 am
Viewing 15 posts - 1 through 15 (of 42 total)