Home Forums SQL Server 2008 T-SQL (SS2K8) Finding row number which caused the error in Table value parameter insertion RE: Finding row number which caused the error in Table value parameter insertion

  • In your stored proc, why not simply check for rows which will cause an error (datalength > 2, in this case) , select them and return a message to the client?