• Which approach if we populate large data into a table many times?

    Eg: Today I populate 2GB data follow below steps

    Create Clustered Index on table

    Insert data

    Create Non-Clusterd Index(s)

    Tomorrow, I will also populate data into the table.

    Thanks,