Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Aaron,
Actually, SQL Server does require that each index have a unique name within a db.schema. When you use SQL Server Management Studio, it creates a unique name for each index automatically. I'd suggest that you prefix the ROWGUID with the table name:
Table1_ROWGUID
Table2_ROWGUID
Hope that helps.
|