Hi, dear I'm tring to import some IAS logs (CSV format) into SQL Server. When I use "select .... from file to table ....", the CSV may return some column with no data. It should be displayed as "<NULL>". But the SQL did not treat <NULL> as NULL. It report that type is not compatible. So I...