I am getting below error during data upgrade into 2015 .
A call to System.Data.SqlClient.SqlCommand.ExecuteNonQuery failed with this message: Subquery returned more
than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is
used as an expression.
The statement has been terminated.
Some sql subquery is returning more than value . Is there any way I can trace the value on which this is the error. Is there any way to debug this.
*This post is locked for comments
I have the same question (0)