Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 01:12 PM
Columns that use any of the following data types cannot be included in a columnstore index:
nvarchar(max), varchar(max), and varbinary(max)
(Applies to SQL Server 2016 and prior versions, and nonclustered columnstore indexes)
so the issue is on the Azure Synapse's side.
My blog: https://databrickster.medium.com/