I need to download data from windows azure table storage back to a SQL Server database inside the office network every night. There could be up to 100,000 entries in the table. What’s the most efficient way to do this (i.e. the method that costs the least)?
Share
Since you are paying for bytes out, compressing it is the first step. Then maybe put it in blob storage so that it can be picked up.