sqlserver匯入資料時常出現的錯誤解答

來源:互聯網
上載者:User

標籤:style   blog   http   color   使用   io   strong   資料   

在做SSIS項目的Data Coversion時,經常會遇到類似如下兩個問題:

 1.Validating (Error)

       Messages

         * Error 0xc02020f4: Data Flow Task 1: The column "xxxx" cannot be processed because more than one code page (936 and 1252) are specified for it.

          (SQL Server Import and Export Wizard)

        * Error 0xc02020f4: Data Flow Task 1: The column "xxxx" cannot be processed because more than one code page (936 and 1252) are specified for it.

          (SQL Server Import and Export Wizard)

    解決:檢查你來源資料庫和目標資料庫的定序是否不一致,如果Code Page不一致,就會出現大量上面錯誤。

  2:在驗證時出現下面錯誤資訊

- Validating (Error)

            Messages

                  * Error 0xc0202049: Data Flow Task 1: Failure inserting into the read-only column "xxxxx".

                  (SQL Server Import and Export Wizard)

                  * Error 0xc0202045: Data Flow Task 1: Column metadata validation failed.

                  (SQL Server Import and Export Wizard)

    解決:出現這個錯誤,是因為這一列是自動成長,需要在”Edite Mappings" 選項裡面勾選“Enable Identity Insert”選項。

      MSDN對於Code Page的解釋是:對於字元和 Unicode 資料,字碼頁是代表特定字母、數字或符號的位元模式的定義(例如 0x20 代表空格,0x74 代表字元“t”)。某些資料類型為每個字元使用一個位元組;每個位元組的位元模式可以是 256 種不同位元模式之一。

今天得到的一個解決方案是:

在用sqlserver匯入 匯出嚮導時,勾選“Enable Identity Insert”選項。導完儲存ssis包,如果出現Code Page的錯誤。那麼進行下一步:

右擊儲存的ssis包-編輯,出現資料流視窗,右鍵點擊OLE DB Source控制項,點擊Show Advanced Editor…

在彈出的視窗中選擇Component Properties,然後將在這裡將屬性AlwaysUseDefaultCodePage設定為true,DefaultCodePage也應為936。

這樣兩個錯誤都解決了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.