Skip to content

Commit

Permalink
Merge branch 'main' into kc/upgrade-sdk-version-1_6
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 authored Oct 3, 2024
2 parents 6d0e906 + 3242aa9 commit 84a4b8d
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 84a4b8d

Please sign in to comment.