Click here to Skip to main content
15,914,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in sql procedure the below error is showing
"
ASM
Msg 50000, Level 15, State 2, Procedure ESP_InsUpdLocmas, Line 524
String or binary data would be truncated.
"
Posted

1 solution

This happens when you are inserting a value where its length is larger than the actually declared.
check similar discussion here[^]
 
Share this answer
 
Comments
IndrajitDasgupat 26-Jan-11 0:13am    
Thanks I got it in Table

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900