Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8858783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:54:26+00:00 2026-06-14T14:54:26+00:00

I am writing a query that uses the CONTAINSTABLE function. For the third parameter

  • 0

I am writing a query that uses the CONTAINSTABLE function. For the third parameter in the CONTAINSTABLE call, I obtain the search term from a UDF. If I store the output of this UDF in a local variable and then pass the variable to the CONTAINSTABLE function, it works fine:

declare @temp nvarchar(255) = dbo.udf_GenerateTerm()
select *  FROM ContainsTable([TableToSearch], Content, @temp, LANGUAGE 1033)

However, if I directly reference the UDF as a CONTAINSTABLE argument, I get a syntax error:

select * FROM ContainsTable([TableToSearch], Content, dbo.udf_GenerateTerm(), LANGUAGE 1033)

Is there any way around this, or this this a limitation of SQL Server?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:54:27+00:00Added an answer on June 14, 2026 at 2:54 pm

    This is a limitation of the SQL Server CONTAINSTABLE operation.
    Here is the grammar for CONTAINSTABLE.

    CONTAINSTABLE ( table , { column_name | ( column_list ) | * } , ' <contains_search_condition> ' 
         [ , LANGUAGE language_term] 
      [ , top_n_by_rank ] 
              ) 
    

    contains_search_condition is the part we are interested in. The grammar is defined thus

    <contains_search_condition> ::= 
        { <simple_term> 
        | <prefix_term> 
        | <generation_term> 
        | <generic_proximity_term> 
        | <custom_proximity_term> 
        |  <weighted_term> 
        } 
        | { ( <contains_search_condition> ) 
        { { AND | & } | { AND NOT | &! } | { OR | | } } 
         <contains_search_condition> [ ...n ] 
        }
    

    simple_term is made up of a word. A word is defined as

    Is a string of characters without spaces or punctuation.

    You can review the MSDN documentation on CONTAINS and CONTAINSTABLE for more info.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a query that uses input from a search form where Brand, Type
I was writing a query in t-sql that uses a function in a sub
I am re-writing a query that was generated by Business Objects and uses old-fashioned
I am writing a .NET application that uses cookies to store a login token.
I'm writing a query that uses FirstOrDefault after an OrderBy query, which should check
I am writing a program that uses JdbcTemplate and executes a user query. Is
I am writing a Win32 C++ DLL that uses the COM to query WMI.
I'm writing a Rails 3 ActiveRecord query using the where syntax, that uses both
I am currently writing a program in Java that uses a query populated jcombobox.
I am writing a jsp page that uses a scriptlet to call a method

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.