We're trying to import a large dataset (around 1.5GB) into an SQL database, but we're getting a message that the "Log is full" when we try to do the import. We're able to do smaller imports.
We've tried to adjust the autogrowth size of the the log file, but it changes right back.
Is there a way to support imports of this size?
We're running Microsoft SQL Server 2017 14.0.2037.2 (X64)
on a Windows Server 2016 Datacenter host.