• I have never had a Truncate issue so I would start at the select into.

    a) How much space is available for the database? Was the delay caused by a space constraint?

    b) What type of indexes are on the target table? Did something with the indexes change?

    c) sometime breaking a large import into smaller chunks can do wonders.

    Just some thoughts good luck.