SQL Server 2012 SP 1 - Insert Permissions On Filetable -


i new sql server filetable, i'm trying grasp on how table permissions affect file share. looking allow users read , create/add files file share, not allow them update or delete files exist.

from have read, should able grant select , insert permissions users functionality, doesn't appear case.

the way can users able create/add files file share if grant update permissions, gives them ability update existing files.

is consistent other people have experienced? possible functionality looking for?

thanks.

i had share permission issues , found needed select, insert , update granted.

i found if turned 1 of permissions off, not able create file. see:

access denied when inserting file sql server 2012 filetable using file.createfile in asp.net website


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -