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

  • SEARCH
  • Home
  • 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 6761973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:15:27+00:00 2026-05-26T14:15:27+00:00

I am getting the error below when I use this syntax. I want to

  • 0

I am getting the error below when I use this syntax. I want to be able to pass the argument to the nodes function:-

CROSS APPLY XML_TPYE_COLUMN.nodes(@p_Xpath) AS Tab(Col)

Error:

The argument 1 of the XML data type method "nodes" must be a string literal.

Can someone tell me how do i do this correctly?

  • 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-05-26T14:15:27+00:00Added an answer on May 26, 2026 at 2:15 pm

    You’ll have to do this via dynamic sql since the parameter for nodes must be a string literal. This is similar to what you do when you do sp_executesql.

    In other words, you need to construct your entire sql statement as nvarchar(max) and pass it to sp_executesql:

    DECLARE @statement nvarchar(max)= N'select  ... CROSS APPLY col.nodes('+@p_Xpath+') AS Tab(Col)'
    
    execute sp_executesql N@statement
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting the error below for this SQL statement in VB.Net 'Fill in the
I'm getting this error message with the code below: class Money { public: Money(float
I'm getting the following error on the line of code below: Syntax error (missing
I'm getting an error regarding disgarded qualifiers when I use this. The Entier class
I keep getting this error for the below MySQL SP any ideas? CREATE PROCEDURE
I'm getting this error in ElementTree when I try to run the code below:
I'm getting a frustrating MySql syntax error in my code below. The actual error
I keep getting this error below, and each time I need to delete the
I am getting the error below when I call my WCF service. What am
We are getting the error below calling c:\windows\syswow64\regsvr32.exe on Windows Server 2008 R2 x64.

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.