Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: T-SQL problem - Perl solution?

by monktim (Friar)
on Oct 25, 2004 at 15:36 UTC ( [id://402250]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://402250]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 00:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found