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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-09-20 : 07:09:53
|
| Brijesh writes "Hi,I ve created image column in table and i m convert document into binary store in image column. Now i want to search on this image column how to?" |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2005-09-20 : 08:34:07
|
| I don't think you can....the image is a bit-map...I don't believe FTI can do character recognition on the pixels. You would have to store the 'underlying text of the image' within SQL for FTI to have any chance of working with it. |
 |
|
|
|
|
|