I need a worker role that takes a txt file from a Blob and bulk it into an Azure Sql table....I'm using the SqlBulkCopy provided by LumenWorks.Framework.IO,
I've created 2 version of the worker role:
1) read the entire file, load it into a DataTable, exec...