I am getting the following error when I try to call a stored procedure that contains a SELECT Statement:
The operation is not valid for the state of t
I've encountered this error when my Transaction is nested within another. Is it possible that the stored procedure declares its own transaction or that the calling function declares one?