SoftadminUtil.TempTable_Exists

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. Supports names both with and without the leading #.