久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

<small id='vurM6'></small><noframes id='vurM6'>

  1. <tfoot id='vurM6'></tfoot>

    <legend id='vurM6'><style id='vurM6'><dir id='vurM6'><q id='vurM6'></q></dir></style></legend>
      <bdo id='vurM6'></bdo><ul id='vurM6'></ul>
    1. <i id='vurM6'><tr id='vurM6'><dt id='vurM6'><q id='vurM6'><span id='vurM6'><b id='vurM6'><form id='vurM6'><ins id='vurM6'></ins><ul id='vurM6'></ul><sub id='vurM6'></sub></form><legend id='vurM6'></legend><bdo id='vurM6'><pre id='vurM6'><center id='vurM6'></center></pre></bdo></b><th id='vurM6'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='vurM6'><tfoot id='vurM6'></tfoot><dl id='vurM6'><fieldset id='vurM6'></fieldset></dl></div>

      在 Sql Server 中啟用 DTD 支持

      Enabling DTD support in Sql Server(在 Sql Server 中啟用 DTD 支持)
        <legend id='BLqOa'><style id='BLqOa'><dir id='BLqOa'><q id='BLqOa'></q></dir></style></legend>
      • <small id='BLqOa'></small><noframes id='BLqOa'>

          <tbody id='BLqOa'></tbody>
        <i id='BLqOa'><tr id='BLqOa'><dt id='BLqOa'><q id='BLqOa'><span id='BLqOa'><b id='BLqOa'><form id='BLqOa'><ins id='BLqOa'></ins><ul id='BLqOa'></ul><sub id='BLqOa'></sub></form><legend id='BLqOa'></legend><bdo id='BLqOa'><pre id='BLqOa'><center id='BLqOa'></center></pre></bdo></b><th id='BLqOa'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='BLqOa'><tfoot id='BLqOa'></tfoot><dl id='BLqOa'><fieldset id='BLqOa'></fieldset></dl></div>
        • <bdo id='BLqOa'></bdo><ul id='BLqOa'></ul>

            <tfoot id='BLqOa'></tfoot>

                本文介紹了在 Sql Server 中啟用 DTD 支持的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                限時送ChatGPT賬號..

                我有各種 xml 文檔需要存儲在數據庫列中.這些文檔包含對 DTD 的引用,并且 SQL Server 不會導入 xml,因為它存在安全風險.如何在數據庫上啟用 DTD 支持,以便我插入 xml 內容.

                I have various xml documents that I need to store in a database column. The documents contain references to a DTD and SQL Server won't import the xml because it is a security risk. How can I enable DTD support on the database so it will let me insert the xml content.

                推薦答案

                你必須先CONVERT.

                MSDN:

                您可以使用以下命令從包含 DTD 的數據文件中導入 XML 數據OPENROWSET(BULK...) 函數,然后指定 CONVERT命令的 SELECT 子句中的選項.的基本語法命令是:

                you can import XML data from a data file that contains a DTD by using the OPENROWSET(BULK...) function and then specifying the CONVERT option in the SELECT clause of the command. The basic syntax for the command is:

                INSERT ... SELECT CONVERT(...) FROM OPENROWSET(BULK...)

                示例:

                INSERT T1
                  SELECT CONVERT(xml, BulkColumn, 2) FROM 
                    OPENROWSET(Bulk 'c:\temp\Dtdfile.xml', SINGLE_BLOB) [rowsetresults];
                

                這篇關于在 Sql Server 中啟用 DTD 支持的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                SQL query to get all products, categories and meta data woocommerce/wordpress(獲取所有產品、類別和元數據的 SQL 查詢 woocommerce/wordpress)
                Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數據庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發
                How to create a login to a SQL Server instance?(如何創建對 SQL Server 實例的登錄?)
                How to know the version and edition of SQL Server through registry search(如何通過注冊表搜索知道SQL Server的版本和版本)
                Why do I get a quot;data type conversion errorquot; with ExecuteNonQuery()?(為什么會出現“數據類型轉換錯誤?使用 ExecuteNonQuery()?)
                How to show an image from a DataGridView to a PictureBox?(如何將 DataGridView 中的圖像顯示到 PictureBox?)
                    <tbody id='Pop2R'></tbody>

                  <small id='Pop2R'></small><noframes id='Pop2R'>

                    • <bdo id='Pop2R'></bdo><ul id='Pop2R'></ul>
                      1. <legend id='Pop2R'><style id='Pop2R'><dir id='Pop2R'><q id='Pop2R'></q></dir></style></legend>

                          <tfoot id='Pop2R'></tfoot>
                          <i id='Pop2R'><tr id='Pop2R'><dt id='Pop2R'><q id='Pop2R'><span id='Pop2R'><b id='Pop2R'><form id='Pop2R'><ins id='Pop2R'></ins><ul id='Pop2R'></ul><sub id='Pop2R'></sub></form><legend id='Pop2R'></legend><bdo id='Pop2R'><pre id='Pop2R'><center id='Pop2R'></center></pre></bdo></b><th id='Pop2R'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Pop2R'><tfoot id='Pop2R'></tfoot><dl id='Pop2R'><fieldset id='Pop2R'></fieldset></dl></div>

                          主站蜘蛛池模板: 久久免费大片 | 午夜欧美一区二区三区在线播放 | 国产精品一二三区 | 黄网站涩免费蜜桃网站 | 完全免费在线视频 | 国产女人第一次做爰毛片 | 黄色a三级 | 一级黄色片日本 | 综合二区| 色香婷婷 | 久久精品国产一区二区电影 | 亚洲精品一区二区三区蜜桃久 | 成人在线国产 | 国产精品欧美大片 | av黄色在线播放 | 亚洲福利视频一区二区 | 一区二区在线观看av | 欧美男人亚洲天堂 | 中文字幕乱码一区二区三区 | 天堂va在线| 国产精品视频免费播放 | 黄色片网站在线观看 | 亚洲成人精品国产 | 综合久久综合久久 | 久久99精品久久久久婷婷 | 中文字幕亚洲在线 | 亚洲精久久久 | 狠狠干在线 | 一区二区av | 国产精品资源在线 | 国产精品免费大片 | 免费在线观看av网址 | 亚洲精品自拍 | 免费的色网站 | 粉嫩av久久一区二区三区 | 国产精品一区在线观看 | 91欧美 | 91在线精品一区二区 | 国产激情一区二区三区 | 日韩中文字幕一区二区 | 免费的黄色片子 |