Viewing 15 posts - 241 through 255 (of 543 total)
I would also check ring_buffer & default trace for login failed events
RING_BUFFER
https://www.johnsansom.com/using-sys-dm_os_ring_buffers-troubleshoot-connectivity-issues/
Default trace:
SELECT TOP 100 te.name
,ft.SPID
,ft.LoginName
,ft.Hostname
,ft.ClientProcessID
,ft.DatabaseName
--,ft.FileName
,ft.StartTime
,dateadd(ms, ft.Duration / 1000, ft.StartTime) [FinishTime]
,ft.ApplicationName
--,ft.ObjectID
--,ft.Duration / 1000 / 1000...
October 16, 2019 at 12:42 pm
Thanks Dino. I know what your saying. Still we need to get more details from the client.
I don't see any issue from the sql server side.
Even my suspicion is with...
October 16, 2019 at 12:37 pm
Thanks everyone for sharing your thoughts.
October 4, 2019 at 6:50 am
If I am doing the OFFLINE rebuild ( which default behaviour) will the locks will held for the entire duration of the rebuild operation?
September 26, 2019 at 11:42 am
Thanks all for the inputs. Will do some testing in my environment before I come to any conclusion.
September 25, 2019 at 7:09 am
Thank you Sir. will go through it.
September 25, 2019 at 7:08 am
For some reason , those queries doesn't give me what is expected. it doesn't show up the spid as well.
Basically, if I try to open a new ssms session and...
September 24, 2019 at 11:05 am
The issue is resolved. It took some time but it lowered the memory usage.Not sure if CHECKPOINT is writing to disk at that time.
September 23, 2019 at 11:39 am
Hi Jeff,
Thanks a lot of the reply. I have a followup question. Kindly advice.
Suppose, if a person is hired as a new DBA, and she/he doesn't have any clue of...
September 21, 2019 at 7:07 pm
Thanks Andrew. I will work with the developer.
September 21, 2019 at 4:34 pm
Viewing 15 posts - 241 through 255 (of 543 total)