I want to convert some databases from Varchar to nVarchar because of switch to unicode. For that I have begin to write a small Delphi application to generate the needed SQL-script.
Now to alter column from VARCHAR to NVARCHAR I must first drop index if it exists. So my question is how can I get the name of index from any given table and column ?