P
Paul
You can always plug a BI type system (Crystal, Hyperion, etc) into a db
used by rails and most of these will provide some level of ad hoc
quering for business report purposes. They key here is that none of
these systems will modify data and so shouldn't effect its integrity.
There might be problems if you have a particular schema elements or
particular access control requirements, but otherwise things should be
ok.
As an alternative, you could probably build an XML exporter that MS SQL
2k5 could consume. I wonder if you could even call SOAP from within a
MS SQL 2k5 database to pull data from a rails app given that its now a
full .NET environment?
used by rails and most of these will provide some level of ad hoc
quering for business report purposes. They key here is that none of
these systems will modify data and so shouldn't effect its integrity.
There might be problems if you have a particular schema elements or
particular access control requirements, but otherwise things should be
ok.
As an alternative, you could probably build an XML exporter that MS SQL
2k5 could consume. I wonder if you could even call SOAP from within a
MS SQL 2k5 database to pull data from a rails app given that its now a
full .NET environment?