Regarding search in SQL SERVER 2005
Hi,
I have to store files of different formats(like pdf, doc, ppt etc.) in a database(in tables preferably) and then have to search their contents for the presence of a keyword. I am using ASP.NET amd .NET 2005 platform and Microsoft SQL Server 2005. Can anyone suggest how to perform a search in different files. Do we have a utility/query in SQL SERVER 2005 to achieve this??
|