Also, tried as:
ALTER TABLE [dbo].[MyTable] DROP INDEX UQ_MyTable_TypeKey
But getting following error:
The operation 'ALTER TABLE DROP INDEX' is supported only with memory optimized tables.
Could not create constraint or index. See previous errors.
Posted On:
22-Apr-2024 00:17