Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
RichardSteele
Posting Yak Master
160 Posts |
Posted - 2003-03-07 : 20:48:46
|
| Is it possible to go from a text datatype to a varchar(8000) datatype with no data loss (provided ofcourse, that the original text datatype doesn't have over 8000 characters)? Thanks in advance. |
|
|
ValterBorges
Master Smack Fu Yak Hacker
1429 Posts |
Posted - 2003-03-07 : 21:07:35
|
| Have you tried creating a table that has a varchar(8000) datatype field and writing a insert into select from statement and checking the data? |
 |
|
|
|
|
|