請問您能幫我嗎?錯誤-4861 - 我通過存儲過程將一個csv文件的內容插入一張表中
我有一個應用程序,其中我BULK通過存儲過程將csv文件的內容插入到表中。存儲過程使用BULK INSERT(SQL Server 2005)。這在獨立系統中正常工作。但是,當我在多層體系結構(Web服務器,應用程序服務器和數據庫服務器)中使用它時,它會拋出4861錯誤。能否請你幫忙?
這些文件存儲在Web服務器上。
的翻譯錯誤消息是:
Error – 2147217900:4861:
Since it can not be opened for the file
\\Servername\c$\Folder1\Folder2\Folder3\file.csv,
It can not be loaded with large capacity.
Operation system error code is 5 (error not ……….)
感謝
問候,
Chandru
http://stackoverflow.com/questions/852117/bulk-insert-error-with-unc-path-and-windows-authentication的可能副本 – APC 2010-04-07 11:29:05