摘要:
首先,有两种调用方式:直接用(需要引用Microsoft.SqlServer.DTSRuntimeWrap.dll), 通过Web Service进行执行SSIS包. 如果是直接调用那么需要引用Microsoft.SqlServer.DTSRuntimeWrap.dll,客户端需要安装MS SQL 2005的客户端组件,调用的代码如下: using System;using System.Data... 阅读全文
摘要:
以调用SQL 2005的Reporting Service为例, 此Web Service需要进行windows身份验证: string userName = "admin"; string password = "1";string domain = "TestDomain";// ReportingService 是 ... 阅读全文