We need to import text data into SQL Server through an ASP.NET Application. Which could be the fastest option BCP, BULKINSERT ???
Welcome to the forum! I would go with BULK INSERT given these 2 choices. What about using SSIS? Anyway, see if this helps you: http://msdn.microsoft.com/en-us/library/dd425070.aspx