neFAST
New Member
Dear all,
I'm trying to use Excel to extract data from a MSSQL server and then filter rows that contain specific values in some columns.
This is very basic and easy, even for a total newbie like me!
But now I'm querying a database with 100k+ rows and I only need to select a few dozen of rows. Dumping those 100k rows in excel and then filtering 99% away does not seem a smart and efficient way to do that.
I'm trying to use Excel to extract data from a MSSQL server and then filter rows that contain specific values in some columns.
This is very basic and easy, even for a total newbie like me!
But now I'm querying a database with 100k+ rows and I only need to select a few dozen of rows. Dumping those 100k rows in excel and then filtering 99% away does not seem a smart and efficient way to do that.
- So I was wondering if there's a better way to achieve this, I was thinking excel could build a SELECT query with parameters taken from specific cells.
- I was also wondering if PowerPivot can help.
- any other option is welcome!