Do index names have to be unique accross the entire sql server database, or just for that table?
For example, should I name my index: IX_OrderLoadCarrierDelivery_OrderLoadID
for the OrderLoadID column of the OrderLoadCarrierDelivery table. Or should I just name it IX_OrderLoadID
They have to be unique for the table or view they were created for.
Here is a reference on Microsoft Learn that details this.
FTA:
I believe the convention is: