Hi,
What's the best way to retrieve huge data (only once when you create a local database) like 200 MB (may be in chunks) streaming tcp/ip or web service or directly from the DB server or something else?
Factors: Speed and may be security. Languages: C# client anything on the server preferred open source.
If we take direct DB access how can I provide security?
Thanks Vishal