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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:40:40+00:00 2026-05-23T11:40:40+00:00

I have got a stored procedure in SQL Server 2008 and it does quite

  • 0

I have got a stored procedure in SQL Server 2008 and it does quite a fair amount of inserting / deleting / updating operations.

Now I am wondering if there would be any way that I might be able to detect whether or not a stored procedure has completed ALL Inserting / Deleting / Updating operations.

Also, I understand that there can be a returned value from a stored procedure, which in this case here can be a statusCode (0/1). But through some of my experiments, I found that the statusCode always would get returned immediately once the execution of the stored procedure was finished, while in the mean time, inserting / deleting / updating was actually still running. So what should I do here to see the statusCode only get returned when inserting / deleting / updating operations have all been completed?

Thanks.

Code Structure:

BEGIN
    DECLARE @statusCode
    SET @statusCode = 0

    -- Loop through all tables in a given database
    -- using cursor
    -- do Insert / Update/ Delete operations

    SET @statusCode = 1
    SELECT @statusCode 
END
  • 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-23T11:40:41+00:00Added an answer on May 23, 2026 at 11:40 am

    If the stored procedure returns, all operations for that call are complete.

    You have not seen operations continuing after a stored procedure finishes unless another connection is making changes too. For one, it would break A in ACID

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

Sidebar

Related Questions

Does SQL Server 2008 have a built in debugger? I've got a stored procedure
I have a SQL Server 2008 R2 stored procedure that runs a few INSERTs
SQL Server 2008 R2: normally, we create our table, and stored procedure, and grant
In SQL Server 2008 I would like to create a stored procedure to select
I've got the a SQL Server stored procedure with the following T-SQL code contained
I have SQL Server 2000 and I have a stored procedure that has @output
Possible Duplicate: SQL Server Full text Index SQL Server stored procedure parameter output I
I have two databases, one MySQL 5, one SQL Server 2000. I've got the
SQL Server 2008: I've got a situation here in which I wish to read
I have got a database of ms-sql server 2005 named mydb, which is being

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.