Viewing 2 posts - 1 through 2 (of 2 total)
No I did not got such issue.
You are saying convesion error message.Can you Cast ID column to Int
E.g.
Select Cast(ID) ,Name From Client
This may solve your problem.
Regards
Sagar
July 16, 2014 at 12:25 am
#1729731
No Order by can not be done using paramerter of SP. For this you need to select these parameters as column and then you can use for ordering purpose.
Could you...
July 15, 2014 at 11:53 pm
#1729725