|
|
|
|
|
by spprashant
1149 days ago
|
|
Triggers and stored procedures should only handle logic which you do not expect to change. They are notoriously hard to test and debug. They are coupled tightly with database schema design. Making changes to them needs careful consideration and a extensive testbed environment which cannot be mocked with a fraction of the data. |
|