View Full Version : question


britishbulldog
03-06-2009, 10:03 AM
Can SQL server support retrival of image and videos based on content? If so how would this best be tackled

HiTechCoach
03-06-2009, 10:20 AM
Can SQL server support retrival of image and videos based on content? If so how would this best be tackled

I will assume that you have text fields where you have entered the data you want to be able to search. I would use a query to find the desired records.

Unfortunately, from your brief description, it is hard to give you anything very specific.