I have a text file which I loaded with no problem to database using DTS, but when I use SSIS to load it into a SQL Server 2005 database it failed and the error is: SELECT failed because the following SET options have incorrect settings:'ARITHABORT'. What does this mean? I checked by select databasepropertyex('dbname', IsArithematicEnabled') and the value is 0. So what'st the problem? Thanks a million!