Is there a slick way to determine if all the indexes (if any) for a particular field
let's say:
tbPeople
ID (bigint)
FirstName (varchar(50))
LastName (varchar(50))
I need to determine if [FirstName] in indexed anywhere, and if so, what are the name(s) of the indexes.
thanks ahead of time.