随笔分类 -  SSIS

Sql Server Integration Services
How to pass a input parameter in Script task of SSIS
摘要:Today ,I created a script task of SSIS to upload pyisical files into data base.the core codes are as follows:1DimfileStreamAsFileStream2DimcmdAsNewOleDbCommand3DimparaAsOleDbParameter4cmd.Connection=c... 阅读全文

posted @ 2007-05-25 17:34 WebQ 阅读(470) 评论(0) 推荐(0)

导航