Scenario
I have a database made up of 4 columns and 6 million rows. I want to be able to be able to use Excel to query this data in the same way in which I can query it using the Sql Server Management Studio.
I've had a google around and read a few articles but in all honesty I dont really know enough about the implementation to really know what to look for in a tutorial.
Question
Could someone please explain to me the way in which this works and how I might go about implementing what seems like a fairly simple idea?
EDIT:
So for example - I have a few simple queries that I want to run on this data. How do I go about setting these up? Is the idea that all of the data is first loaded into the excel sheet (or at least linked to the excel sheet so that the user can select the data to view on the fly?) - I cannot physically load in 6 million rows as Excel cannot take that level of data.....