Skip to content

Commit 510874f

Browse files
CDAP-17764 add document for UDT (#147)
1 parent 0316661 commit 510874f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sqlserver-delta-plugins/docs/sqlserver-cdcSource.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ EXEC sys.sp_cdc_help_change_data_capture
5151
GO
5252
```
5353

54+
### Grant permission on user defined type
55+
If the tables to be replicated contain columns of user defined types, the table owner must grant EXECUTE permissions on
56+
the custom data types to the database user specified in the replication job.
57+
``````
58+
GRANT EXECUTE ON TYPE::YOUR_TYPE to YOUR_USER
59+
```
60+
5461
Setting up JDBC Driver
5562
-----------
5663
If it is not already installed, instructions for installing the Microsoft SQL Server JDBC driver can be found on the

0 commit comments

Comments
 (0)