Hi,
I have written a SP which accepts 1 Integer and 3 nvarchar type of inpur parameters.
Issue is my nvarchar type of parameters may contains the data which will exceed the maximum limit.
In SP I am concatinating these input parameters with one query as where clause by declaring a loca varaible. Problem is it is exceeding the max limit of nvarchar limit. and I cant use ntext data type for local variables.
In this case which data type should I use.