Skip to content

Commit

Permalink
Docs: Update mssql.md (airbytehq#34432)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Marx <[email protected]>
  • Loading branch information
2 people authored and jatinyadav-cc committed Feb 26, 2024
1 parent b74cca3 commit ec34903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/sources/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ MS SQL Server provides some built-in stored procedures to enable CDC.
@source_schema = N'{schema name}',
@source_name = N'{table name}',
@role_name = N'{role name}', [1]
@filegroup_name = N'{fiilegroup name}', [2]
@filegroup_name = N'{filegroup name}', [2]
@supports_net_changes = 0 [3]
GO
```
Expand Down

0 comments on commit ec34903

Please sign in to comment.