I was going to write a stored procedure that gets passed 5 values. These values may or may not have changed from what they currently are in the tables. What I was wondering is... Should I compare the values being passed to the procedure to the values stored in the tables or should I just update the row in the table no matter what. Or is there even a way to update the row in tsql?
Thanks in Advance.
Thanks in Advance.