• I got this wrong as well... I selected FAST-FORWARD... It you use STATIC this can cause temp tables to be created in tempdb, which can lock out other process and cause other issues. FAST-FORWARD will at least use some internal performance optimizations. In order to assure maximum performance I would think STATIC should be avoided.