You have to find all the "backup" tables left over in the schema from when someone did a bulk UPDATE or DELETE FROM that they were worried might not go perfectly smoothly, then didn't bother to DROP TABLE after everything went without a hitch.
Including the ones that were created ten years ago which contain data about the customers of a client you no longer deal with.
no subject
You have to find all the "backup" tables left over in the schema from when someone did a bulk UPDATE or DELETE FROM that they were worried might not go perfectly smoothly, then didn't bother to DROP TABLE after everything went without a hitch.
Including the ones that were created ten years ago which contain data about the customers of a client you no longer deal with.