Symptoms
Starting in Microsoft SQL Server 2012, when you query sys.tables, you see that the query also returns temporary tables that are created by concurrent users.
More Information
For more information, see sys.tables(Transact-SQL) and Metadata Visibility Configuration.
This is a change in behavior from SQL Server 2008 R2 to SQL Server 2012. Therefore, this is a regression issue.
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Resolution
This issue is fixed in the following cumulative updates for SQL Server:
Note To enable this fix Trace Flag (TF) 1829 must be enabled to go back to pre-2012 visibility behavior.
About cumulative updates for SQL Server:
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
References
Learn about the terminology that Microsoft uses to describe software updates.