Relative Content

Tag Archive for sql-servercsvssms

Problem with importing tsv file to Microsoft SQL (System.OutOfMemoryException)

I’m trying to import .tsv file(s) to Microsoft SQL Server database. To be more precise, I’m trying to import IMDb Datasets.
In the SQL Server Management Studio I’ve tried to
right click my database > Tasks > Import Flat File…
When tried to import title.ratings.tsv like this, it worked. But when I tried to import name.basics.tsv, it failed with error:
TITLE: Import Flat File
An error occurred while running learn on the input file.
ADDITIONAL INFORMATION: Exception of type ‘System.OutOfMemoryException’ was thrown. (mscorlib)