TSQL - Check if the file exists or not before Bulk Insert
當使用 Bulk Insert 時,常會先判斷此檔案是否存在,判斷語法如下:
或是可使用
master..xp_fileexist
Usage: EXECUTE xp_fileexist <filename> [, <file_exists INT> OUTPUT]
TSQL - Check if the file exists or not before Bulk Insert
當使用 Bulk Insert 時,常會先判斷此檔案是否存在,判斷語法如下:
或是可使用
master..xp_fileexist
Usage: EXECUTE xp_fileexist <filename> [, <file_exists INT> OUTPUT]