I was reviewing indexes on our SQL Server database today and noticed a relatively small (very old) table (3250 rows) that has a column of type varbinary(max) for image data.
The Primary Key is a Non-Clustered Index, and there is another index (on User ID and Is Removed) that IS Clustered.
Again, this is a very old table, and there's no one around anymore who was here when this table was created.
So, is there any reason for having it set up this way? And should I change it? And if I should, is there anything I should watch out for?