Viewing 15 posts - 31 through 45 (of 335 total)
Trying to list down the 10 largest files across all drives from all servers.
February 26, 2024 at 10:54 am
Hello Phil, Did as advised. Not working.same error
February 13, 2024 at 5:25 pm
Thanks for the response..
how do we check what you recommended ?
https://www.sqlservercentral.com/blogs/quick-tip-wmi-alerts-and-sql-server-agent-permissions..
Let me check and get back...
But the query captures data from 100+servers...so how does this work...check on all...
February 13, 2024 at 2:51 pm
SELECT
GETDATE() as now,
DATEDIFF(SECOND, transaction_begin_time, GETDATE()) as tran_elapsed_time_seconds,
st.session_id,
txt.text,
at.transaction_id as [Transacton ID],
at.[name] as [Transaction Name],
at.transaction_begin_time...
February 7, 2024 at 7:17 am
Thanks for the feedback....
But the failed logins report from the extended events session is giving logins which have not been able to login. How will creating this extended events session...
February 7, 2024 at 5:55 am
This is what I see
168138065917 3261686 443399 sleeping ...
February 5, 2024 at 9:52 pm
I checked this table sys.dm_tran_active_transactions and there are active transactions(Read/write)(~30 such records) where the elapsed time is between 16600 mins to 4000 mins...Is this normal ?
February 5, 2024 at 9:26 pm
I think in the higher versions of SQL 2019 ... we are able to capture CPU usage before it gets recycled from the DMV every 4 hrs. Can we do...
December 20, 2023 at 4:15 am
SQL - 471 GB
System - 512 GB
We also sometimes get these messages ""I/O requests taking longer than 15 seconds" " . Does this indicate hardware issues ?
December 20, 2023 at 4:14 am
I would like to know the memory consumption distribution(SQL & NON-SQL) at the time the alert occurs. If it is is sql then what within sql is causing it ?...
December 13, 2023 at 9:47 am
one of our servers : memory usage is now 98%, which is above the error threshold. We keep getting this message frequently.
November 21, 2023 at 4:40 am
Hello Priyanka, This is the exact kind of warnings we receive... At least 8 extensions for file {xxxxxxxx-xxxx-3333-ffff-dddddddddd} (sql\ntdbms\hekaton\engine\hadr\mtlog.cpp : 6063) but they have not disrupted anything in particular..
These errors...
September 29, 2023 at 10:33 am
Viewing 15 posts - 31 through 45 (of 335 total)