As we know, in MSSQL, we could set column identity property as yes to get incremental value, and we could also use sql function RowNumber() to get this. But in SSIS, there is no RowNumber() function, and setting column identity property is also not very flexible, and here is another way that using script to […]
Ron Liu