I have a status matrix for sending email. With few status like Activated, completed Etc. Users are allowed to change the status For example. User can change Activated status to complete based on some conditions. (For example -: Once the action is finished,the user can change the status to completed) When they edit the status email will be send.I have a status table with statusID and Status Description.(1 Activated, 2 Completed) .How can I store above highlighted condition in sql database. can it is stored as stored procedures. If so how can I write it.I am new to stored procedure.Thanks
↧