I have a Sharepoint 2k13 which runs fine with sql2k16 backend (but runs in compatibility 2012 whic was the version before upgrading sql). I tried to run a sharepoint 2k13 backup, since I started perform backup, I started to receive alerts from sql every 5 minutes as follows
A read operation on a large object failed while sending data to the clientK backup
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.
COMMENT: Indicates that a statement has encountered a problem. Because the problem has affected only the current task, it is unlikely that the database itself has been damaged.
JOB RUN: (None)
I googles a little bit found a thread but for sql2k5. How this can be nailed down and see which object is causing this problem? Thanks