I have a project that involves Software as a Service. The app has one SystemDB and multiple customer databases. The customer databases are exactly the same(all tables are equal). The system databases contains a table with all the details from the customer databases like dbname, dbPassword,dbUsername, etc..
How can i do an update to all databases and make sure that the update is correct. For example. all db s have a translation table. I want to add a word to all tables. Or i want to update a word that has been misspelled. I have more than 50 db s that we are going to maintain. so manual work is not possible.
关于能够做到这一点的软件或框架的任何建议。
我正在使用PHP5.4.0,但还没有具体框架。 作为非行,我们使用MS Sql 2008R2
感谢