Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SSIS 2005
データベースダンプの結果であるフラットファイル接続があります。
新しい列がファイルに追加されたので、接続マネージャーに追加する必要があります。
多くの列があり、それらのすべてにデフォルトのデータタイプがあるわけではありません
完全に更新せずに追加の列を表示して、すべてのデータ型をリセットするにはどうすればよいですか?
フラットファイル接続マネージャーを開き、Advancedタブに移動します。
Advanced
フラットファイルの最後に新しい列が追加されている場合は、をクリックしますNew。それ以外の場合は、新しい列の前に配置されている既存の列名を強調表示し、をクリックしてdouble down arrow next to the New button、を選択しますInsert After。
New
double down arrow next to the New button
Insert After
新しい列が追加されたら、その列を選択して、列のプロパティ(IE名、データ型、長さ)を変更できます。