Hi guys, when I create table, I create default value 'N/A' when some column is empty, it will automatic update this column to N/A value. the problem is ,it works when I manually insert data, but When I load data by SSIS(fast load), it doesn't work at all. Is there any body have idea what is the problem?
Default value for when you have not specified any values . Have you specified any values from the SSIS at least a space or NULL
I am not so familiar with SSIS, just drag OLEDB source and destination, map the column, did not change other configuration. do I need to specify the column? where? how ? Thanks