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 8448817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:31:57+00:00 2026-06-10T10:31:57+00:00

I am getting the following error. Msg 102, Level 15, State 1, Line 5

  • 0

I am getting the following error.

Msg 102, Level 15, State 1, Line 5
Incorrect syntax near ‘@ExcludedDivisionBracketPartIds’.

I have no idea why this is happening. If I execute the stored procedure directly it works fine.

exec sp_executesql N'EXEC [TEST].[DeleteDivisionBracketPartsTEST]  
@DivisionBracketId 
@ExcludedDivisionBracketPartIds 
@MemberId',
N'@DivisionBracketId int,
@ExcludedDivisionBracketPartIds nvarchar(max),
@MemberId int',
@DivisionBracketId=145,
@ExcludedDivisionBracketPartIds=N'473',
@MemberId=53

ALTER PROCEDURE [TEST].[DeleteDivisionBracketPartsTEST]
    @DivisionBracketId INT,
    @ExcludedDivisionBracketPartIds NVARCHAR(MAX),
    @MemberId INT
AS
BEGIN
    SET NOCOUNT ON;
  • 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-10T10:31:58+00:00Added an answer on June 10, 2026 at 10:31 am

    You missed the commas After @DivisionBracketId and @ExcludedDivisionBracketPartIds.

    it should be like:

    exec sp_executesql N'EXEC [TEST].[DeleteDivisionBracketPartsTEST]  
    @DivisionBracketId, 
    @ExcludedDivisionBracketPartIds, 
    @MemberId',
    N'@DivisionBracketId int,
    @ExcludedDivisionBracketPartIds nvarchar(max),
    @MemberId int',
    @DivisionBracketId=145,
    @ExcludedDivisionBracketPartIds=N'473',
    @MemberId=53
    
    ALTER PROCEDURE [TEST].[DeleteDivisionBracketPartsTEST]
        @DivisionBracketId INT,
        @ExcludedDivisionBracketPartIds NVARCHAR(MAX),
        @MemberId INT
    AS
    BEGIN
        SET NOCOUNT ON;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error: Msg 201, Level 16, State 4, Procedure NewEmployee, Line
i am getting the following error: Incorrect syntax near 'cast', expected 'AS'. on this
I am getting the following error message with SQL Server 2005 Msg 120, Level
Am trying to insert XML into XML Column.. getting following error: . Msg 6819,
I tried using : sp_send_dbmail But I got the following error: Msg 15281, Level
I am getting the following error message in my FF console: uncaught exception: Syntax
I am getting the following error msg when I am trying to delete a
I'm getting the following error: missing : after property id in line data:{$(#msgForm).serialize() +
This is a HW problem. I keep getting the following error on screen related
I'm getting the following error whilst running this script. I've tried using the following:

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.