I have a DB and it is split. What I would like to know is it a good idea to have the backend split more than once. In other words if I have Customers in one backend with all the tables that will hold everything about a customer we will need to know but in another backend have a table that will handle Orders and keep all the info on Orders, then another that may keep all the tables on Inventory.
I have tried to research and see if there are any pro's or con's to doing this but so far have not found anything. I have found plenty talking about the advantages of splitting a DB but none saying anything about splitting it more than once in the backend.
Is this a bad idea? Would there be headaches to doing this?
Thanks ahead of time for educating me.
Sullaway
I have tried to research and see if there are any pro's or con's to doing this but so far have not found anything. I have found plenty talking about the advantages of splitting a DB but none saying anything about splitting it more than once in the backend.
Is this a bad idea? Would there be headaches to doing this?
Thanks ahead of time for educating me.
Sullaway