Is there a way to create directories in a FileTable without using File I/O APIs? Is it just as simple as creating a SQL INSERT statement?
This is my first experience with SQL Server 2012 and I'm not familiar with the limits of the FileTable
from within SQL Server.
The following worked for me. Hopefully this helps out someone else.
FileStream
and its evolution intoFileTable
.