Q: xyz という名前のフォルダーに複数のテキスト ファイルがあり、テーブルを持たない sqlserver に新しいデータベースを作成しました。 ssis パッケージ . 手順を教えてください。
A: Step 1: Use foreach loop iterator to pick all files in the specific folder.
Step 2: By using script task get the column name from text file and create the tables in you database. Keep the table name in the SSIS variable.
Step 3: Choose any destination task and insert the data into the newly created tables.
ループ コンテナーを使用し、テキスト ファイルのパスを選択しました。手順 2 では、列のインポート用のスクリプトを記述できませんforeach
。employee という名前のテキスト ファイルがいくつかあります。実は初心者でもあります。誰か教えてください。id ,name
deptno ,location
sql server and ssis