I have a text stream that I can save as a txt file and then call sql server stored proc to bulkinsert that txt file.
But I don't want to deal with file system access and all that stuff. and sqlBulkCopy can't do it I beleive. What's the solution then?