• AppSup_dba (8/24/2012)


    Thanks for looking into this... I will try to make it make clear....

    Actual output:

    Starting the Transaction.

    Beginning to run the queries.

    (0 rows affected)

    Queries executed successfully.

    Transaction committed successfully.

    Expected output:

    Starting the Transaction.

    Beginning to run the queries.

    (0 rows affected)

    (1 rows affected)

    (1 rows affected)

    (1 rows affected)

    Queries executed successfully.

    Transaction committed successfully.

    Is there any conditional logic in there?

    How did you determine that was the expected output?

    You ran the query with another tool?