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-02 : 13:44:10
|
| hi,I have a table which has column filecontent as varbinary(max).To look at file contents i gaveselect filecontent convert(varchar(max),filecontent) from dbo.Attactment;It is returning RH32!oP under filecontent column.How to see the file contents.I need to take the file contents as String in my Java program.Thanks |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
fresher1234
Starting Member
6 Posts |
Posted - 2010-11-02 : 14:33:04
|
| I am storing both pdf and text files. |
 |
|
|
|
|
|