Hello All
I am developing a system where I will have multiple databases on the same server which share the same structure (but contain differing data).
What is the best method for handling the identical stored procedures which will live along side each database?
I'm concerned that the sps are duplicated mulltiple times and therefore on a upgrade of the system I have to copy the new set of sps across 20 or 30 databases. Is this the best approach to my problem or is there some way of having a single set of sps which all the databases can reference. I suppose that if this method is possible then the sps wouldn't be optimised for the data they would be used on, but duplicating the sps seems unnatural!
I would welcome any advice from people with this sort of setup.
Thanks
Robert
I am developing a system where I will have multiple databases on the same server which share the same structure (but contain differing data).
What is the best method for handling the identical stored procedures which will live along side each database?
I'm concerned that the sps are duplicated mulltiple times and therefore on a upgrade of the system I have to copy the new set of sps across 20 or 30 databases. Is this the best approach to my problem or is there some way of having a single set of sps which all the databases can reference. I suppose that if this method is possible then the sps wouldn't be optimised for the data they would be used on, but duplicating the sps seems unnatural!
I would welcome any advice from people with this sort of setup.
Thanks
Robert