Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: sql server procedure

by EdwardG (Vicar)
on Jul 26, 2006 at 07:50 UTC ( [id://563721]=note: print w/replies, xml ) Need Help??


in reply to sql server procedure

if not exists (select cust_id from X where cust_name = @name) insert into X(cust_name) values (@name)

Beware race conditions

 

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found