DTS 包、SQL Server 2000
我目前正在清理 sql server 2000 实例。我发现了 10 个 4-5 年前创建的本地软件包。为了清理旧进程,我想删除这些包。我的问题是,如何确定它们是否仍在使用。日志文件上的开始和结束时间是否足够?谢谢!
I'm currently in the process of cleaning up a sql server 2000 instance. I found 10 Local Packages that were created 4-5 years ago. In an effort to clean up old processes, I want to delete these packages. My question is, how can I determine if they are still in use. Does the start and end time on the log file suffice? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您打开
SQL Analyser--> DTS-->本地包
,在右侧,有一列名为STATUS。它显示包是否处于活动状态、非活动状态、正在运行等。您可以从那里直接识别!When you open
SQL Analyser--> DTS--> Local packages
, in right side, there is a column named STATUS. It shows whether package is active, inactive, running etc. You can identify directly from there !您已检查过是否有任何包裹仍然是时间表的一部分?
You have checked whether any of the package are still part of a schedule?