i am getting the error as:
"The index entry of length 904 bytes for the index 'IX_companyinfo_exhibition' exceeds the maximum length of 900 bytes".
exblist nvarchar(600)
,i changed this to nvarchar(450)
.i dropped the index ie.IX_companyinfo_exhibition
.
i tried everything.even i used this:
CREATE NONCLUSTERED INDEX IX_companyinfo_exhibition ON dbo.companyinfo(exblist) include(companyname,website,country,contactperson,telphone)
i dont know whats wrong with this.still i am getting the same error.