database - Exposing large webservice datasets for consumption by Access or Excel -
I have a large dataset, lives on one server, say 1,000,000,000 rows. I need to be able to consume the consumer (i.e. "to run the questions"), data together, on the web, from entry and / or excel. In addition, I have to filter the data on the server side according to the user associated with it.
My current approach is to create a webservice that looks like an ODBC data source and connects to Excel.
Question:
- Is this the best way?
- If so, what is the best way to create a custom ODBC data source?
-
I'm really sure this is not the best way I do not know your scenario, but I really like another approach.
-
There is a discussion about this: A suggestion was using the BI approach.
Comments
Post a Comment