oledbdestination

    0熱度

    1回答

    我的一個SSIS包得到一個奇怪的問題。 我有一個源(例如列FirstName)爲空的列。並且在OLEDBDestination中與上面的源列(Source.FirstName)映射的Destination列(Destination.FirstName)不可爲空。 現在,當DFT得到執行時,它不會拋出任何錯誤並繼續運行。當我檢查SQL Server時,進程被暫停。 SSIS不會爲此發出任何錯誤。 任

    69熱度

    9回答

    高度重複的代碼通常是一件壞事,並且有一些設計模式可以幫助最大限度地減少這種情況。但是,由於語言本身的限制,有時它是不可避免的。從java.util.Arrays採取下面的例子: /** * Assigns the specified long value to each element of the specified * range of the specified array of lon