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

使用 Powershell 從 SQL 輸出大型 XML 文件

Outputting large XML file from SQL with Powershell(使用 Powershell 從 SQL 輸出大型 XML 文件)
本文介紹了使用 Powershell 從 SQL 輸出大型 XML 文件的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

限時送ChatGPT賬號..

我有一個 Powershell 腳本,它調用 SQL 服務器中的存儲過程并將結果 XML 直接輸出到文件.它適用于較小的測試文件,但會下降到完整大小(~1.5gb 文件).

I have a Powershell script that calls a stored procedure in SQL server and outputs the resulting XML directly to a file. It works for a smaller test file but falls down with the full size (~1.5gb file).

存儲過程工作正常.我可以在 SQL 服務器中調用它 - 問題是我必須在 SQL 服務器中打開它,然后手動將它保存到一個文件,然后編輯該文件以刪除換行符.當我運行腳本時,它會在最后嘗試刪除中間文件時崩潰.但是,當我一行一行地運行它時,它會落在 invoke-sql 行.

The stored procedure works fine. I can call it within SQL server - the problem is that I have to open it in the SQL server then manually save it to a file, then edit that file to remove newlines. When I run the script it falls down when it tries to delete the intermediary files at the end. However, when I run it line by line it falls down at the invoke-sql line.

#net use S: "\\processStore\projects"

# Create variables
$SQLquery = "DECLARE @return_value int; EXEC @return_value = [XML].[XMLdata];"
$outpath = "D:\MyDocuments\XML\XML files" 
$outfile = "TestOutput"

# Run the SQL command and store the object to a variable. Need to extend the timeout from the default.
$sql = invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinstance 'statdata' -QueryTimeout 100000

cd C:

# Store the SQL output as an interim text file
$sql.{XML_F52E2B61-18A1-11d1-B105-00805F49916B} | out-file -Filepath "$outpath\$outfile.txt" 

# Remove Linebreaks
(Get-Content "$outpath\$outfile.txt" -Raw).Replace("`r`n","") | Set-Content "$outpath\${outfile}_del.xml" -Force
format-xml "$outpath\${outfile}_del.xml" | Set-Content "$outpath\$outfile.xml" -Force

# Delete interim text files
del "$outpath\$outfile.txt"
del "$outpath\${outfile}_del.xml"

當一行一行地運行時,代碼在 invoke-sqlcmd 行出現錯誤:

When running lines one by one the code falls down at the invoke-sqlcmd line with the error:

invoke-sqlcmd : A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote 
host.)
At line:1 char:8
+ $sql = invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinst ...
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Invoke-Sqlcmd], SqlPowerShellSqlExecutionException
    + FullyQualifiedErrorId : SqlError,Microsoft.SqlServer.Management.PowerShell.GetScriptCommand

推薦答案

Change from
invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinstance 'statdata' -QueryTimeout 100000

invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinstance 'statdata' -QueryTimeout 0

Change from
invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinstance 'statdata' -QueryTimeout 100000
to
invoke-sqlcmd -Database 'APP2021' -Query $SQLquery -serverinstance 'statdata' -QueryTimeout 0

設置 QueryTimeout = 0 將防止查詢超時

這篇關于使用 Powershell 從 SQL 輸出大型 XML 文件的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

相關文檔推薦

What SQL Server Datatype Should I Use To Store A Byte[](我應該使用什么 SQL Server 數據類型來存儲字節 [])
Interpreting type codes in sys.objects in SQL Server(解釋 SQL Server 中 sys.objects 中的類型代碼)
Typeorm .loadRelationCountAndMap returns zeros(Typeorm .loadRelationCountAndMap 返回零)
MS SQL: Should ISDATE() Return quot;1quot; when Cannot Cast as Date?(MS SQL:ISDATE() 是否應該返回“1?什么時候不能投射為日期?)
Converting the name of a day to its integer representation(將一天的名稱轉換為其整數表示)
How to convert nvarchar m/d/yy to mm/dd/yyyy in SQL Server?(如何在 SQL Server 中將 nvarchar m/d/yy 轉換為 mm/dd/yyyy?)
主站蜘蛛池模板: 亚洲福利av | 皇色视频在线 | 国外成人在线视频 | aaa综合国产 | 久久精品国产一区二区三区不卡 | 日韩一区三区 | 成人伊人 | 狠狠干2020 | 国产精品揄拍一区二区久久国内亚洲精 | 亚洲va在线va天堂va狼色在线 | 欧美中国少妇xxx性高请视频 | www狠狠爱com | 国产97人人超碰caoprom | 国产成人一区二区三区 | 中文字幕一级毛片视频 | 女同久久 | 精品在线看 | 日本中文字幕在线观看 | 亚洲精品视频在线观看视频 | 91精品久久久久久综合五月天 | 成人精品国产 | 91精品中文字幕一区二区三区 | 视频一区二区三区中文字幕 | 欧美日韩国产一区 | 精品亚洲一区二区 | 欧美激情视频网站 | 99综合| 久久久久国产一区二区三区 | 色网在线看 | 成人二区| 欧美日韩精品在线一区 | 国产特一级黄色片 | 久久大香 | 91成人在线视频 | 中文字幕高清av | 久久精品亚洲精品国产欧美kt∨ | 国产高清免费视频 | 国产精品久久久久久久久久久新郎 | 日韩中文字幕在线观看视频 | 成年人黄色一级毛片 | 亚洲欧美日韩精品久久亚洲区 |