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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:25:20+00:00 2026-06-18T18:25:20+00:00

I have been trying to debug some questionable database transactions produced by a trigger

  • 0

I have been trying to debug some questionable database transactions produced by a trigger and when stepping through the T-SQL have encountered unexpected results. After obtaining values from the cursor via FETCH NEXT FROM Updated_Cursor , I enter a while loop and then for each row fetched from the cursor I evaluate two variables to determine whether an insertion will be made after some processing as follows:

WHILE @@FETCH_STATUS = 0
BEGIN
      IF (@first_indicator > 0 AND @second_indicator >0)
      BEGIN
              --processing and insert occurs here

In debug mode, stepping through the code, I can see that when the value of @first_indicator=1 and @second_indicator=0 this condition is evaluating to true which does not make sense to me. It is resulting in duplicate and erroneous rows being inserted. The two variables are bit datatype, which I feel may be relevant, but I am lost as to why this is happening.

  • 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-18T18:25:21+00:00Added an answer on June 18, 2026 at 6:25 pm

    When pulling your code out of the cursor like so:

    DECLARE @f BIT = 1
    DECLARE @s BIT = 0
    
    IF(@f>0 AND @s>0) PRINT 'GH';
    

    It works as expected and does not print. Are you sure that you are looking at the right variables at the right time when the if statement gets executed?

    Also, the two IF statements you mention in your comment are not equivalent. Therefore I am not exactly sure what your actual question is.

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

Sidebar

Related Questions

EDIT: Database names have been modified for simplicity I'm trying to get some dynamic
I have been trying to setup git for our web development team unsuccessfully. Some
I have been trying for almost a week now to create an SQLite database
I've been trying to debug some super slow performance in running my cucumber features.
Recently I've been trying to debug some low-level work and I could not find
i have been trying to use some ajax to save venue location in my
I have been trying this for some time but could not figure out yet.
I've been trying to debug some js in Internet Explorer, and I can't figure
I've been trying to debug this for far too long, and I obviously have
I've been trying to debug my site for some time now and I see

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.