BULK INSERT 企 FROM 'g:\企.txt' with ( FIELDTERMINATOR = '0x1c' , maxerrors = 1000 , rows_per_batch = 10000 , KEEPNULLS , TABLOCK ) go