Skip to content

Commit

Permalink
Update stored_procedures.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik authored Sep 19, 2024
1 parent 35dd850 commit 727504f
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 727504f

Please sign in to comment.