Discussions

Tag Filter:
I have a use case that requires a folder be created on the server for each record in the table...to which files will be uploaded under the EditForm. I have created a stored proc using xp_create_subdir which of course works fine as long as I am testing the SP from the SQL server as a sysadmin. There is a security concern letting non-admin SQL users have access to such functions. I have researched t