79362999

Date: 2025-01-16 20:38:18
Score: 0.5
Natty:
Report link

If you want to do something if it does or doesnt exist you can run the following command against TempDb. It returns NULL if the temp table does not exist and the numeric id if it does.

SELECT object_Id('tempdb..#some_temp_table')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: roblem