Editing
MSSQL Cookbook
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Full-Text Searches== *MSDN: [http://msdn.microsoft.com/en-us/library/ms142571.aspx Full-Text Search (SQL Server)] Starting point for MSDN full-text search articles. *MSDN: [http://msdn.microsoft.com/en-us/library/ms142583.aspx Full-Text Predicates and Functions Overview]<br />Basic differences between <code>FREETEXT/CONTAINS/FREETEXTTABLE/CONTAINSTABLE</code>. *MSDN: [http://msdn.microsoft.com/en-us/library/ms142559.aspx Querying SQL Server Using Full-Text Search] *MSDN: [http://msdn.microsoft.com/en-us/library/ms142524.aspx How Search Query Results Are Ranked (Full-Text Search)] <code>CONTAINS</code> and <code>CONTAINSTABLE</code> vs <code>FREETEXT</code> and <code>FREETEXTTABLE</code>: <code>CONTAINS</code> is a literal boolean match. If the search term contains multiple words, they must be surrounded by double quotes, or separated with "and", "or", "near", etc. If you search for "Mountain", then the literal word "Mountain" must be somewhere in the text. Which is similar to the way that the <code>LIKE</code> predicate works, eg <code>WHERE text LIKE '%Mountain%'</code>. <code>FREETEXT</code> matches more on the meaning of the search term rather than the literal characters in the search term. <code>FREETEXT/CONTAINS</code> vs. <code>FREETEXTTABLE/CONTAINSTABLE</code>: <code>FREETEXTTABLE</code> and <code>CONTAINSTABLE</code> return a RANK for the matches.
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information