Hi All,
I am seeing at least 20 to 30 sleeping SQL connections with update number sequence table on SQL idle in a random pattern.
We dont see any users complaining about the number sequence on any modules. However I would still like to investigate the issue to avoid any future issues.
UPDATE NUMBERSEQUENCETABLE SET NEXTREC=@P1,RECVERSION=@P2,MODIFIEDTRANSACTIONID=@P3 WHERE ((RECID=@P4) AND (RECVERSION=@P5))
Has anyone come across this issue before.
Thanks
Kathiravan T
*This post is locked for comments
I have the same question (0)