klewis10367
MIS
I have an ERP Product (Microsoft Great Plains) running on SQL 2000. I have 4 database's that reflect different entities within our company. The schema for these databases is exactly the same. We want to consolidate the data for these databses into one reporting (real time)database. At this point what we are doing is creating Union views for all of the tables we need to report off of and adding a DBase field to the view to decipher the companies. The problem is that the views are very slow and sometimes timeout. We can not use the SQl replication because it needs to add a field to the source tables, which is not supported. Does anyone know of a software or have an Idea that would allow me to create a new database out of the 4 databases and within each table created add the DBase field. I am using triggers and a nightly dts package to accomplish this right now, but this is not exactly real time.