I have the following table structure:
CREATE TABLE [dbo].[Signature] ( [caption_id] [nvarchar](512) NOT NULL, [signature_id] [int] NOT NULL )
Have a look here It may help you Living with SQL's 900 Byte Index Key Length Limit