Hi experts,
I'm starting a project using Foxpro with MSSQL database. FOR MSSQL side, i'm now in the middle of creating stored-procedures. My question is should i write 1 single generic Update sp (if possible) or I have to write diffrent sp for all different FROM and WHERE clause.
B'cos the system is so huge and have different Delete and Update conditions, this could ending-up writing 100 sp.
If so, before i'm going to spend weeks for that, i need to know whether am i in the right track.
Please advice.
Thanks
I'm starting a project using Foxpro with MSSQL database. FOR MSSQL side, i'm now in the middle of creating stored-procedures. My question is should i write 1 single generic Update sp (if possible) or I have to write diffrent sp for all different FROM and WHERE clause.
B'cos the system is so huge and have different Delete and Update conditions, this could ending-up writing 100 sp.
If so, before i'm going to spend weeks for that, i need to know whether am i in the right track.
Please advice.
Thanks