Delete an existing index
Deletes an existing index. Supply the index name in the WITH clause. Use ContineOn404Error=1 to avoid errors when the index does not exist.
SELECT * FROM delete_index WITH(Name='my_index_name', ContineOn404Error=1 )
Deletes an existing index. Supply the index name in the WITH clause. Use ContineOn404Error=1 to avoid errors when the index does not exist.
SELECT * FROM delete_index WITH(Name='my_index_name', ContineOn404Error=1 )