This article clearly states that we should be able to use the SQLFileStream object to open a handle to a file stored within a FileTable and then stream data directly into it. I want to do this because I have a bunch of other operations that I need to do along with the actual loading of the file. I need this to be transactional. However, when I try and create the SqlFileStream object, the constructor blows up with the following error: "The mounted file system does not support extended attributes"
↧