• quote:


    what are the benefits of a compiled query plan?


    Faster execution. With a compiled query plan, SQL doesn't have to figure out the best way to execute the code, it reuses an old plan.