ezapi
How to Create and Execute an SSIS Package on remote sql Server source and destination using EzAPI
I need to create a Console application that can copy a table from one remote sql server instance to another remote sql server instance.[详细]
2023-03-21 21:44 分类:问答How to use EzAPI FlatFile Source in SSIS?
I am using the EzAPI to create a dataflow with FlatFile Source public class EzOleDbToFilePackage : EzSrcDestPackage<EzFlatFileSource, EzFlatFileCM, EzOleDbDestination, EzSqlOleDbCM>[详细]
2023-01-14 16:38 分类:问答file reading into array
I am trying to read contents of a file using string tokenizer and store all the tokens in an array but i keep getting exception in main error. I need advise on how to do this.Below is the code a开发者[详细]
2022-12-22 09:28 分类:问答