首页 > 数据库技术 > 详细

SSISDB4:使用 Debug Dump Files

时间:2016-05-14 20:10:53      阅读:268      评论:0      收藏:0      [点我收藏+]

In Integration Services, you can create debug dump files that provide information about the execution of a package. The information in these files can help you in troubleshooting package execution issues.

By default, Integration Services stores these files in the folder, <drive>:\Program Files\Microsoft SQL Server\100\Shared\ErrorDumps.

 

创建 Debug dump file的sp如下,只能为running package创建debug dump files。

create_execution_dump [ @execution_id = ] execution_id

Causes a running package to pause and create a dump file. The file is stored in the <drive>:\Program Files\Microsoft SQL Server\110\Shared\ErrorDumps folder.

[ @execution_id = ] execution_id          

The execution ID for the running package. The execution_id is bigint.

 

Errors and Warnings   

The following list describes conditions that cause the stored procedure to fail.

  • An invalid execution ID is specified.

  • The package has already completed.

  • The package is currently creating a dump file.

 

参考文档:

Working with Debug Dump Files

catalog.create_execution_dump

SSISDB4:使用 Debug Dump Files

原文:http://www.cnblogs.com/ljhdo/p/4954353.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!