When using the SQL Server Database Tuning Advisor, it generates default names for the objects (indexes, statistics and views) it recommends. Here are a few:
These names are horrible.
Is there an efficient method to assign reasonable names to all those objects? I'd like to apply about 100 recommendations at once, and I don't feel like manually typing a name for each of them.
Here is an example of a "nice" name: IX_StudyCourses_Name