I was trying to create a unique constraint on these fields for this table, I am getting this warning. Will this give problems in the insert/update for this table? Any suggestions?ALTER TABLE wr_admin.WR_REPORTADD CONSTRAINT U_WR_REPORT UNIQUE NONCLUSTERED (wr_report_name, wr_report_location, wr_report_provider_id)
Warning! The maximum key length is 900 bytes. The index 'U_WR_REPORT' has maximum length of 1054 bytes. For some combination of large values, the insert/update operation will fail.Thanks,Name--------- Dilli Grg (1 row(s) affected)