I have a web application built in ASP and initially hosted on my own local server - Win 2008, IIS 7.0, SQL Server 2008.
I then bought a discountASP.Net hosting account for website + database.
The web application takes a file from a folder under the website root and bulk inserts into records in the database. Everything worked fine on the local development box.
When the database + website was moved to the DiscountASP.Net hosted account, the BULK INSERT would not worked and DiscountASP.Net told us that BULK INSERT is not allowed since the hosted database server is a shared server.
What is the work around for this scenario? They have indicated that we could use individual INSERTs.
Is there are better solutions out there? Has someone faced a similar problem and have some solution in place that we can re-use? (rather than reinventing the wheel).
Thanks for looking up my problem.