I'm running SQL files with sqlcmd which insert many rows into an MS SQL server (2008 R2), doing BULK INSERT would be optimal, but the data files might not be reachable for the SQL server.
Which other ways or options is there to do (very) fast inserts on on MS SQL server 2008 R2?