TempPath
Retrieves the system directory path designated for temporary files and folders
- Free Function
- SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017
SELECT SQLHTTP.net.TempPath()
varchar(4000)
Identical to the %Temp% command. Saving files and folders in this directory should be left to a minimum.
1 2 3 |
SELECT SQLHTTP.net.TempPath() |
1 2 3 4 5 |
---------------------------------------- C:\Users\Admin\AppData\Local\Temp\ |
- CodePageEncodings
- FileCopy
- FileDecrypt
- FileDelete
- FileEncrypt
- FileMove
- FileRead
- Files_To_Table
- FileWrite
- FolderCopy
- FolderCreate
- FolderDelete
- FolderMove
- Folders_To_Table
- GlobalTable_To_File
- IsExistingFile
- IsExistingFolder
- TempPath
- ZipEntryAppend
- ZipEntryRemove
- ZipExtract_To_Folder
- ZipExtract_To_Table