Skip to content

Commit

Permalink
Update stored_procedures.md (#150)
Browse files Browse the repository at this point in the history
<!-- 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)? -->
  • Loading branch information
codingkarthik authored Sep 19, 2024
1 parent 35dd850 commit 3242aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/stored_procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ The ndc-sqlserver connector can track stored procedures in a SQL Server database
The stored procedures present in the database can be added by running the following command:

```
ddn connector plugin --connector app/sqlserver/connector.yaml -- stored-procedures
ddn connector plugin --connector app/sqlserver/connector.yaml -- update stored-procedures
```

If you want to overwrite the existing stored procedures,

```
ddn connector plugin --connector app/sqlserver/connector.yaml -- stored-procedures --overwrite
ddn connector plugin --connector app/sqlserver/connector.yaml -- update stored-procedures --overwrite
```


Expand Down

0 comments on commit 3242aa9

Please # to comment.