SSIS Part 154 -How to create Table for each sheet in Excel Files and load data to it dynamically

SSIS Part 154 -How to create Table for each sheet in Excel Files and load data to it dynamically

TechBrothersIT

8 лет назад

7,792 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sonjoysengupto
@sonjoysengupto - 13.02.2018 05:37

Thanks a lot for sharing, very eloquent demo.
Your C# script could have been written a bit more optimally but that's really not the focus of this demo, so understood🙂

Ответить
@chaitu334
@chaitu334 - 11.08.2017 14:12

for me i am getting an error exception has been thrown at the time of invocation
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()

Ответить