Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
basicconfiguration
Constraint Violating Yak Guru
358 Posts |
Posted - 2009-02-20 : 13:52:39
|
Script Component: RuntimeErrorThe column has a null value.I'm loading records from Oracle to SServer and I get this issue. I like to know how to find out what column causes it. The table has 30+ columns. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-02-21 : 02:50:56
|
just put a conditional split before script task and redirect rows with null values to a flat file or table. then you can distinguish the rows with null values and write necessary logic to handle them. |
 |
|
|
|
|