Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What will happen when composite index exceeds 900 bytes

Status
Not open for further replies.

wg26

Programmer
Mar 21, 2002
135
US
Hi Everyone:

I have created composite index by using Query Analyzer. Because the total bytes of this index exceeds 900 bytes,I got warning message...but index has been created...my question is that if anyone know what will happen if I am writting data into the table and the total bytes of columns which are included in the composite index exceed 900 bytes? does SQL stop running? or SQL just skip that row, which total bytes exceed 900 bytes? Can anyone give me some ideas? Thanks alot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top