Hi Guys,
I’m getting a value from excel and need to store that in store procedure. The length of the value might vary. If the length of the value is small it is storing and if the length is long it is not storing the value. But while running using SQL DB its working properly.
Please guide me on how to store longer length value in stored procedure.
Thank you every one.