how to bulk insert a file on a azure sql server managed instance

  • Don't know if this is the right place for this topic. I have an internal azure sql server managed instance and am trying to read or write a file to the file system. As i understand, there is no file system on a sql server managed instance. Is there a way to add a file share to the managed instance so i can perform a read/write files from that? Ideas? Or Am i limited to reading and writting to blob storage?

     

    the version is Microsoft sql azure rtm 12.0.2000.8.

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • If you do not want to use the current disks, you can add an additional disk separately and attach it to your VM that has managed instance.  Save the files on this attached disk to read and write to it or perform BULK INSERT(s).

    =======================================================================

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply