Validate And Drop Any Table From Database

  1. IF OBJECT_ID('tempdb..#tempTable'IS NOT NULL  
  2. drop table #tempTable