Hello All, Trying to import 2 billion rows text file into an empty table in SQL server 2016 using BCP utility and getting the error -"SQL server could not allocate space for object dbo.SORT temp run storage in tempdb because PRIMARY filegroup is full"(which was expected for 2billion rows)..any alternative to accomplish this task?....any help is appreciated.Thanks!
↧