SQL Eval Function File_Create
File_Create
creates or overwrites a file in the specified path.
File_Create @path NVARCHAR (MAX)
Parameters
- path: The path and name of the file to create.
Example
EXEC File_Create @path = 'C:\Temp\MyTest.txt'
File_Create
creates or overwrites a file in the specified path.
File_Create @path NVARCHAR (MAX)
EXEC File_Create @path = 'C:\Temp\MyTest.txt'