I'm trying to find all clustered indexes built on columns of the data type uniqueIdentifier. Obviously this is a terrible choice for a clustered index, and I'm trying to find all of them and remove them. The script that I've written so far returns all clustered indexes for every table that has a uniqueIdentifier on it. Please help. Here is the script:I'm trying to find all clustered indexes built