nickperez22
Technical User
I have a distributed application and have recently made a change to the db that requires me to take out the referential integrity that exist between 2 tables. Of course I can do this by opening the db and taking out the referential integrity but I have 18 applications out there, and it would require doing each one manually either by physically visiting the site or hooking up remotely.
A better option would be if I could somehow code this change, but is this is possible?
A better option would be if I could somehow code this change, but is this is possible?