码迷,mamicode.com
首页 > 数据库 > 详细

SSISDB4:使用 Debug Dump Files

时间:2016-05-14 20:11:22      阅读:218      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!