Can anyone explain this to me ?
IF OBJECT_ID('tempdb..#RH') IS NOT NULL DROP TABLE #RH
IF OBJECT_ID('tempdb..#TERM') IS NOT NULL DROP TABLE #TERM
IF OBJECT_ID('tempdb..#CLRIS') IS NOT NULL DROP TABLE #CLAERIS
What does this code mean
OBJECT_ID('tempdb..#CLAERIS')
Is it mandatory to mention this?