Comments
Sort by recent activity
Hi, my database schema upgrade gets stuck at
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'data.Cluster_SqlServer_Agent_Job_Keys' and the index name 'Cluster_SqlServer_Agent_Job_Keys_ParentId__Name'. The duplicate key value is (7, "Name Of A Job"). Could not create constraint. See previous errors. Warning! The maximum key length is 900 bytes. The index 'Cluster_SqlServer_Agent_Job_Keys_ParentId__Name' has maximum length of 908 bytes. For some combination of large values, the insert/update operation will fail.
Is this something your patch is going to fix next week? Or should I do some sort of workaround?
Thanks / comments
Hi, my database schema upgrade gets stuck at
The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'data.Cluster_SqlServer_Agent_Job_Keys' and the index...