Hi Hari,
You may connect to database studio and use sql editor to execute the command
ALTER INDEX <index_name> [ON <table_name>] DISABLE
To operate on table indexes. Above command is an example to disable certain index on the table.
Regards,
Deepak Kori