Skip to content

Commit 6ed6252

Browse files
committed
Edits per feedback
1 parent 3dd0175 commit 6ed6252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,8 @@ Runs a stored procedure on an SQL database.
551551

552552
| Name | Type |
553553
|------|------|
554-
| **Result** | An array object that returns all the stored procedure results |
555-
| **Result Result Sets** | An array object that returns one stored procedure result at a time. A **For each** loop is automatically added to your workflow to iterate through the array. |
554+
| **Result** | An array object that returns the stored procedure result |
555+
| **Result Result Sets** | An array object that returns all the stored procedure results |
556556
| **Result Stored Procedure Parameters** | The final values of the stored procedure's output and input-output parameters |
557557
| **Result Return Code** | The return code from the stored procedure |
558558
| **Status Code** | The status code from the **Execute stored procedure** operation |

0 commit comments

Comments
 (0)