Every once in a while we receive a "non-yielding scheduler" error in SQL Server 2014. We already upgraded to SP-3 which is suppose to resolve this issue. What exactly this error means? SQL Server doesn't crash immediately, but natively compiled stored procedures start faltering about 1-2 days following this error. What should be done to address this issue short of restarting/failing-over SQL Server? Is there anything that should be done in the stored procedures?
Thanks in advance.