I think that the BULK INSERT function, has a lot of potential, whatsoever, it is very limited right now, it would help a lot to add more functions other than INSERT INTO.
For example right now I'm trying to upload the hierarchies of our database to a SQL Database, if instead of INSERT we could also have access to the REPLACE function it would help a lot because we could have our hierarchy uploaded and updated to the SQL every time we make any change to it in BOARD.
Only having access to INSERT makes the task mentioned before impossible, because it will always add the hierarchy every time we execute the procedure.
Thanks 😀