SQL Server on Linux> Bulk Import Error

Have you ever received this error when trying to bulk insert a .tsv file into a sql-server-linux docker image:

Referenced external data source "(null)" not found.

Here the command, the table exists, the file exists on the server:

BULK INSERT countries FROM '/import/file.tsv'
WITH (
  FIELDTERMINATOR = '\t'
);

Thank. Thomas

+8
source share
2 answers

SQL Server Linux, . , SQL Server Linux. , . C:\import\file.tsv, C:\ Linux (.. '/'), . RHEL VM, . Pro tip: C:\ , T-SQL, , - , , .

№ 9380471 Microsoft.

0

, , . , - MS ?

0

Source: https://habr.com/ru/post/1665304/


All Articles