Skip to content

Commit 3242aa9

Browse files
Update stored_procedures.md (#150)
<!-- The PR description should answer 2 (maybe 3) important questions: --> ### What <!-- What is this PR trying to accomplish (and why, if it's not obvious)? --> ### How <!-- How is it trying to accomplish it (what are the implementation steps)? -->
1 parent 35dd850 commit 3242aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/stored_procedures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The ndc-sqlserver connector can track stored procedures in a SQL Server database
1919
The stored procedures present in the database can be added by running the following command:
2020

2121
```
22-
ddn connector plugin --connector app/sqlserver/connector.yaml -- stored-procedures
22+
ddn connector plugin --connector app/sqlserver/connector.yaml -- update stored-procedures
2323
```
2424

2525
If you want to overwrite the existing stored procedures,
2626

2727
```
28-
ddn connector plugin --connector app/sqlserver/connector.yaml -- stored-procedures --overwrite
28+
ddn connector plugin --connector app/sqlserver/connector.yaml -- update stored-procedures --overwrite
2929
```
3030

3131

0 commit comments

Comments
 (0)