Why do I get a binary data would be truncated error when trying to insert the output from a stored proc into a table, but not if I do the insert inside the stored proc from the SELECT? The table definition matches the column types of the columns being selected, so I know the column sizes are correct. Does SQL Server return the max size for each type when inserting from a stored proc, rather than using the lengths of the values being returned? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|