I am trying to load 200,000 records into a MS SQL 6.5 database table using a Visual Basic data load program. I continuously receive the following error message after 175,000 records.

[Microsoft][ODBC SQL Server Driver][SQL Server]Can't allocate space for object 'Syslogs' in database 'ECAPDemo' because the 'logsegment' segment is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment. Occurred on 01/22/1999 03:35:41 pm
ODBC--call failed. Occurred on 01/22/1999 03:35:41 pm

I increased the Master database size up to 200 Mb, with TempDb at 250 Mb but I still receive the error.

Any suggestions?