I got an alert every day recently at different time on SQL server box
DESCRIPTION: A read operation on a large object failed while sending data to the client. A common cause for this is if the application is running in READ UNCOMMITTED isolation level. This connection will be terminated.
This is hard for me to troubleshoot, since there is no database name told, there are a few databases on this server.
How should i troubleshoot?
Thanks