Help for this page

Select Code to Download


  1. or download this
        DROP TABLE Experimental_parameters
        IF @@ERROR <> 0 BEGIN
             --DO SOMETHING HERE (i.e. RAISERROR & RETURN)
        END
    
  2. or download this
    if (SELECT COUNT(*) FROM #Experimental_parameters) <> 0 begin DROP TAB
    +LE Experimental_parameters end