So, recently a DBA is trying to tell us that we cannot use the syntax of
SELECT X, Y, Z INTO #MyTable FROM YourTable
To create temporary ta
While SELECT INTO has been fixed from blocking the tempdb i would use caution when writing such code as under testing some system tables do get blocked.
Reference: http://www.sqlservercentral.com/Forums/Topic1642797-2799-1.aspx