how to add indexe on sql server code example Example: sql add index CREATE INDEX index_name ON table_name (column1, column2, ...);