Hi Team,
There exits various stored procedures, wherein developer has used if exists then update and if not then inserted records.
I would like to know, what is good option, considering with the fact that, stored procedure must be optimized and need to consume less resources.
Thanks