Shareable Temporary Tables

The Transact-SQL Users Guide incorrectly states that a shared temporary table exists until the current session ends, or until its owner drops it using drop table.

While hash temporary tables exist until the current session or scope is exited, shared temporary tables exist until they are explicitly dropped. You can find the incorrect information in Creating Databases and Tables > Creating Tables > Using temporary tables.