Hi All,
I am new stored procedures and want to write one that:
First, check to see if a Contact already exists in our data
If not, then I want to do an append query
If it does, then I want to send back a message that "contact already exists"
Thank you in advance.
I am new stored procedures and want to write one that:
First, check to see if a Contact already exists in our data
If not, then I want to do an append query
If it does, then I want to send back a message that "contact already exists"
Thank you in advance.