Currently my stored proc looks something like this (snippet only):
If Exists(
SELECT mydoc WHERE...
)
Return 1
Else
...INSERT INTO... code here.Did this exact thing for someone already in the past 2 weeks, search the forums.|||
Motley wrote:
Did this exact thing for someone already in the past 2 weeks, search the forums.
Thanks, will do so.sql
No comments:
Post a Comment