Home Forums SQL Server 2005 Development Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression. RE: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.

  • Find out which line is giving you the error message. It looks like you are calling another procedure. There is a chance that you get the error in the proc also. Please let us know more details which line the error is throwing.