i wanted to use ntext parameter to set a value from sql2000.beacuse i wasn't able to declare on ntext i wrote it in the beggining of the Stored Procedure as a passed value.then using a cursor i set the value.the problem is when i try to do :set @res=substring(@res,CHARINDEX('|',@res)+1,DATALENGTH(@res))orSELECT @res=substring(@res,CHARINDEX('|',@res)+1,DATALENGTH(@res))
and i get a message that ntext can't be set- is there a way to bypass it?thnakspelegIsrael -the best place to live in aftr heaven 9but no one wan't to go there so fast -:)