Re: Create Procedure Output ntext
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Tue, 25 Oct 2005 22:13:12 +0000 (UTC)
(rey@xxxxxxxxxx) writes:
>
> thanks for your answer.
> With exec(@return+@onelevel) I try to fill my @return variable with
> the content of @onelevel. I can't do it with set @return=@onelevel
> because @return is of type ntext.
>
> How can I do it else?
You can't. Since you are in a dead end, I suggest that you explain
your underlying business problem that you are trying to solve. What
does the calling side of this look like?
I can offer one workaround: move to SQL 2005, which offers the
new datatype nvarchar(MAX), which in difference to ntext is a first
class citizen.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
.
- References:
- Create Procedure Output ntext
- From: rey
- Re: Create Procedure Output ntext
- From: helmut woess
- Re: Create Procedure Output ntext
- From: rey
- Create Procedure Output ntext
- Prev by Date: Re: Identical database w/ identical stored procedures?
- Next by Date: DTSRun causes The Memory could not be "read" application error
- Previous by thread: Re: Create Procedure Output ntext
- Next by thread: Re: Create Procedure Output ntext
- Index(es):
Relevant Pages
|