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 |
|
fresher1234
Starting Member
6 Posts |
Posted - 2010-11-03 : 01:00:56
|
| I uploaded a unformatted txt file from Java program to sql server. On the DB side i gave select cast(filecontent as varchar) from attachment;(filecontent is columnname which has the uploaded file contents with varbinary(max) datatype)when i execute the above statement i see only few chars of file.Not the entire fileThanks, |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2010-11-03 : 09:50:35
|
| You may also want to adjust your "Maximum Characters displayed in each column" property of the Results page in your Query Options window.Be One with the OptimizerTG |
 |
|
|
|
|
|