How to resolve “The maximum permissible key length is 900 bytes.”

后端 未结 1 983
深忆病人
深忆病人 2021-01-27 05:38

I have the following table structure:

CREATE TABLE [dbo].[Signature]
(
    [caption_id] [nvarchar](512) NOT NULL,
    [signature_id] [int] NOT NULL
)


        
相关标签:
1条回答
  • 2021-01-27 05:59

    Have a look here It may help you
    Living with SQL's 900 Byte Index Key Length Limit

    0 讨论(0)
提交回复
热议问题