I am trying to connect to a SQL Server database table that has approx 1 mil rows and 48 columns. It takes more than 4 minutes to populate. Is there something I need to do to enhance the run time? Even when I add a SELECT tool and only select the columns I NEED (reducing from 48 to 12) it still takes 4 plus minutes.