Skip to content

Commit 564ac56

Browse files
authored
Add limitation to the list
Adding the limitation: Columns with User Defined Data Types are not supported There is open feedback about this topic: https://feedback.azure.com/forums/908035-sql-server/suggestions/32900872-allow-columns-with-user-defined-data-types-to-be-i At this time Microsoft team review this option. In the mean time people ask about this in the MSDN forums and since it was not yet documented they present it as a bug.
1 parent 0ec3935 commit 564ac56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/sql-database/sql-database-sync-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Provisioning and deprovisioning during sync group creation, update, and deletion
123123
- The names of objects (databases, tables, and columns) cannot contain the printable characters period (.), left square bracket ([), or right square bracket (]).
124124
- Azure Active Directory authentication is not supported.
125125
- Tables with same name but different schema (for example, dbo.customers and sales.customers) are not supported.
126+
- Columns with User Defined Data Types are not supported
126127

127128
#### Unsupported data types
128129

0 commit comments

Comments
 (0)