ADMIN_TempTable_Exists

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Determines if the specified table exists in tempdb.

Return value: bit

Returns a bit indicating if the table exists or not.

Parameters

@TempTableName mandatory sysname
Name of the temporary table excluding the leading #.