Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Text datatype in sql-server

Status
Not open for further replies.

liontiger

Programmer
Feb 16, 2001
4
US
Suppose I declare a variable with varchar(6000)
In my table i have a field with the datatype as text.
If I try to insert the value of the variable into that variable either directly or using
convert the value for the string gets truncated.

Is there any way to resolve this.

Thanks in advance
 
I'm a little bit confuse here:

"If I try to insert the value of the variable into that variable..."

what do you mean?
Andel
maingel@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top