Here I will will give the query
Now Suppose I want to Change the Index Name.So the query will be
EXEC sp_rename 'Customer. UNQ_Amount ', 'Amont'
So here The Previous Index Name “UNQ_Amount” will change to “Amount”