So i have been doing some research on performance. At first I was using tableAdapters, which are slow and not consisting when you fill() or getdata().
I hear that SqlBulkCopy is much faster.
Can you give example of getting data and storing or assigning the data to ComboBox.DataSource