Viewing post 1 (of 2 total)
I was facing the same problem. But I came with a solution. I dont know whether it is correct or not.
create procedure sp_test
@str varchar(8000)
changed to
@str ntext
as
declare...
June 22, 2010 at 4:43 am
#1183213