I have a clustered table for when people log into my website that is arranged according to the user’s callsign as the primary key.  But, I also need to be able to find a row in this table according to the first and last names within each row that match a specific name without knowing the callsign.  Can this be done?  I am using C# code in an asp.net website.  Please help,
 
Maurice

Go to the complete details ...