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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:09:30+00:00 2026-06-09T17:09:30+00:00

I need to call a stored procedure several times. How can I put this

  • 0

I need to call a stored procedure several times. How can I put this in a loop?

DECLARE @return_value int,
                @sinresultado varchar(200),
                @svcmensaje varchar(200)

EXEC    @return_value = [dbo].[ppocfdcancelacionwsejecuta]
                @evcrfcemisor = N'BBA940707IE1',
                @evcserie = N'XXAABB',
                @evcfolio = N'666',
                @sinresultado = @sinresultado OUTPUT,
                @svcmensaje = @svcmensaje OUTPUT

I need to make @evcfolio to run from 1 to 10 in the same loop. Like a for in java and the value of evcfolio increase in 1 every loop.

Thanks for your time.

  • 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-09T17:09:32+00:00Added an answer on June 9, 2026 at 5:09 pm
    Declare @Counter int;
    Declare @CounterText nvarchar(10);
    Declare @return_value int,
                    @sinresultado varchar(200),
                    @svcmensaje varchar(200);
    Set @Counter = 666;
    
    While @Counter < 676
    Begin
        Set @CounterText = Cast( @Counter As nvarchar(10));
        exec @return_value = [dbo].[ppocfdcancelacionwsejecuta]
                        @evcrfcemisor = N'BBA940707IE1',
                        @evcserie = N'XXAABB',
                        @evcfolio = @CounterText,
                        @sinresultado = @sinresultado OUTPUT,
                        @svcmensaje = @svcmensaje OUTPUT
        Set @Counter = @Counter + 1;
    End
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to call a stored procedure using JPA and found this article: http://www.oracle.com/technology/pub/articles/vasiliev-jpql.html
I need to call a stored procedure multiple times, I'm using informix. I would
i need to call sqlcmd from stored procedure to export table to text file?
In my application I need to call a Stored Proc Asynchronously. For this I
I need to call a stored procedure and pass arguments in from Powershell. I
Can I use named parameters for stored procedures in MySQL? I need to call
I need to call a stored procedure in Oracle from an orchestration. I am
I'm working on a legacy system, and I need to call a stored procedure
I'm using Oracle DB. And I need to call stored procedure sequentially for 1000
I have an existing stored procedure in SQL Server that I need to call

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.