jconway
Programmer
- Dec 14, 2005
- 50
I have a table with about 20,000 rows that has a random number and employee id in each record, among other fields. We have about 100 employees, and I want to pull the top 3 records (of the random number generation) for each employee into a table. I'm stumped as to how to do this in SSIS. Any ideas? Should I just use T-SQL?