Hello,
I hope my question falls in the right forum. I have a content web 2.0 website with ms sql database. As most content websites, every file has Title, description and tags added by uploaders.

I would like to know if there is any standard algorithm for SQL search based on title description and tags.

Thanks!

SQL Script is declarative which means you just need something without any knowledge how the engine will get it for you.
Title, description, etc are strings so, you need to know how to get search in string and get string which starts with\ends with\contains character(s) ..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.