Hey,

Can I have a ix_Index in one table and another ix_Index in another table in SQL Server?

I get an error that the indx already exists?

Can't you have 2 indexes with the same name in different tables in SQL Server?

Thanks,