Ошибка загрузки файла в SQL server - массовая загрузка
Привет,
Я должен загрузить xml файл в таблицу sql server через SP но он дает ниже ошибку:
database driver error... CMN_1022 [Microsoft SQL Server Native Client 11.0: Cannot bulk load because the file "\\tdc2fil001\ST_MISC_INFA_SHARED\RTLF\SrcFiles\Netsol_accounts_20190807.xml" could not be opened. Operating system error code 5(failed to retrieve text for this error. Reason: 15105). SQL State: 42000 Native Error: 50000 State: 1 Severity: 16 SQL Server Message: Cannot bulk load because the file "\\tdc2fil001\ST_MISC_INFA_SHARED\RTLF\SrcFiles\Netsol_accounts_20190807.xml" could not be opened. Operating system error code 5(failed to retrieve text for this error. Reason: 15105).
Есть ли какие-то настройки, которые нам нужно изменить для массовой загрузки ?
Спасибо ,
Адитья
Что я уже пробовал:
Is there any setting that we need to change for bulk load ?