One of the breaking changes added in SQL Server 2012 is related to the creation of `#TEMP` tables. SQL Server 2012 assigns a negative value as the `OBJECT ID` of the `#TEMP` tables.
Your code may or may not break depending upon the method you use to c...