SQL Server Error Message: Invalid length parameter passed to the substring function
Error Message:
Server: Msg 536, Level 16, State 3, Line 1 Invalid length parameter passed to the substring function.
Causes:
This error is caused by passing a negative value to the length parameter of the SUBSTRING, LEFT and RIGHT string functions. This usually occurs in conjunction with the CHARINDEX function wherein the character being searched for in a string is not found and 1 is subtracted from the result of the CHARINDEX function.
LEFT(@String, CHARINDEX(' ', @String) - 1)
If the character is not found in a string, a space in this example, the CHARINDEX function will return a value of 0. Subtracting 1 to this will become -1 and using this as the length parameter in the SUBSTRING or LEFT functions will result to this error.
Need Additional Assistance?
Xynomix and we'll assess your issue and help to action a fix.
Contact Us
On submitting this form, Xynomix will store your details and may contact you in relation to your request. For more information on how we process data, please see our privacy notice.
Testimonials
Group IT Manager – Manufacturing Industry
“Being able to trust a supplier is the goal of any relationship, and that’s exactly what we’ve achieved with Xynomix.”
IT Manager – Public Sector
“We first approached Xynomix for advice on Oracle licensing. They saved us money there, and a year on we have a full database management contract with them.”
Business Operations Manager – Manufacturing Industry
“In the manufacturing sector, we need flexibility and immediate assistance when things go wrong. Xynomix have achieved this brilliantly, and make sure that at least one DBA is available when we call with a problem at any time of the day or night.”
IT Manager – Manufacturing Industry
“A good on-site DBA team, optimised database systems and 24×7 Oracle Support from Xynomix mean that not much goes wrong for us. We are confident enough to make promises of excellent availability to our clients and employees, and they always get it.”