我想,這是很常見的任務。在Visual Foxpro中有一個表格,需要在SQL Server 2008中轉換爲表格B. 操作將會重複。可能會更改列名稱,刪除某些輸入列,更改列類型(字符串< => int),生成一些輸出列(GUID,標識)。此外正常化可能發生在哪裏2個輸入表的結果與數據透視表加入 - 讓我們下降約SSIS存在這種情況下,爲簡單起見關係表副本 - 微軟沙坑
我知道,可能有腳本,可以做我描述?
我已經寫C#程序讀取XML(片段下文),並執行製圖和出密鑰生成,但只是想是否所有 - 另一輪再造。
<Tables>
<Table inTbl="A" outTbl="B">
<Keys>
<Key name="it_pk" type="GUID">
</Keys>
<Mappings>
<Column inCol="hxkey" outCol="it_tariff" />
<Column inCol="txt" outCol="it_description" />
<Column inCol="uq1" outCol="it_uq1" />
<Column inCol="date1" outCol="it_startdate" />
<Column inCol="date2" outCol="it_stopdate" />
</Mappings>
</Table>
</Tables>