2008年5月20日

在C#.Net 中调用SSIS 开发的Package,并用日志记录Package执行中的错误和异常信息

摘要: using System;using System.Collections.Generic;using System.Text;using DTSRuntime = Microsoft.SqlServer.Dts.Runtime;using Microsoft.SqlServer.Server;using System.Data;using System.Xml;using System.Xml.... 阅读全文

posted @ 2008-05-20 15:56 Simon.Huang 阅读(2330) 评论(2) 推荐(0)

导航