As Dennis said, the SQL Toolkit is probably the way to go. Note however, that if you are gathering data at high speed (hundreds of points per second over multiple channels), then the data can't be sent to the DB in real time.
For this sort of thing, you will need to store the data in either a buffer or an external file and dump it to the database when done with the acquisition. - Jim
