Viewing 15 posts - 46 through 60 (of 348 total)
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
Can anybody advise on these errors.We get so many everyday and they are just clogging the error log.Can these be avoided ? Cleared ? Fixed ? They appear to be...
September 28, 2023 at 4:14 am
SSIS - Yes. I already do that.
But wanted to check if this can be done with Registered servers.
September 26, 2023 at 4:32 am
Can you please elaborate on this or provide any links for the same.Thanks
September 8, 2023 at 11:32 am
Viewing 15 posts - 46 through 60 (of 348 total)