Cynical Developer
07/14/2024, 9:18 PMDatabase provisioning failed with the exception "Column 'dataRaw' in table 'dbo.cmsContentNu' is of a type that is invalid for use as a key column in an index.Inner exception: SqlException ID: aba23bf3-96ca-4464-a3c7-c01cb9a3fb2e, Error Code: -2146232060 - SqlError Number:1919, Message: SQL error with code 1919 For more information, provide tracing ID ‘d758e94b-8749-4f07-915e-0c375e09293c’ to customer support."
Does anyone have any experience with this situation, and have a solution to the above problem, OR a better solution than using SQL Data Sync for this setup?Cynical Developer
07/14/2024, 9:44 PMData Types and Index Restrictions in DataSync:
Azure SQL Data Sync imposes specific limitations on data types and index properties. Notably, it does not support indexes on columns with nvarchar(max)that our customer has. Additionally, primary keys cannot be of types like sql_variant, binary, varbinary, image, and xml. What is SQL Data Sync for Azure? - Azure SQL Database | Microsoft Learn
So I guess the question is, what can I do about this?Sebastiaan
07/15/2024, 8:07 AMCynical Developer
07/15/2024, 9:01 AMSebastiaan
07/15/2024, 9:31 AMSebastiaan
07/15/2024, 9:33 AMCynical Developer
07/15/2024, 9:49 AM