I was creating an application in which we have to store files in data base. So i have chosen varbinary for it. Now we need to configure Full Text Search on this column.
But I am able to understand how varbinary data type will handle FTS. Because FTS works on text data type.