function sequence error
This was from SQL Server 2000. This was actually a data truncation problem for me, and apparently for some other people too. If you see this error, check all data sizes whether anything would not fit into the destination field size. How deceiving – the message is.
Solution: Check each field size. Make sure the destination field size is at least the size of the data to insert.
Advertisement