Viewing 7 posts - 1 through 7 (of 7 total)
Hello Experts , i shared my solution that works fine for my business need but i explain it to ou example SampleData :
DECLARE @StartPeriodLast2Months DATETIME = DATETIMEFROMPARTS(YEAR(DATEADD(MONTH,-15,GETDATE())),MONTH(DATEADD(MONTH,-15,GETDATE())),1, 0, 0, 0,...
July 5, 2022 at 8:40 am
the problem is solved with IR SSIS following this link about customized install in IR
https://docs.microsoft.com/en-us/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup
my main.cmd script works very well, it was the missing file that I added...
April 28, 2022 at 3:20 pm
Thanks Phil for your comments and help , I'll search more for a solution.
I think it'll be a simple modification in my cmd code (or powershell code) OR the code...
April 19, 2022 at 11:14 am
also I see these links about install dll files with powershell to run my ssis package in server (located in Azure) , but still error : renci dll not installed...
April 14, 2022 at 4:06 pm
Hello Phil ,
Really i'm writing to say "Many thanks" for you : So the problem is sloved in Desktop , it's a DLL files that should be installed in the...
April 14, 2022 at 1:19 pm
Hello Phil, how are you . thanks for your post : it's helpful !
The syntax seems to be correct in C# (script task) when i follow the steps shown in...
April 11, 2022 at 8:47 pm
Hello Phil,
thanks for answer. I have 2 mains errors :
1- on my code c# i have this error : not identifing this class , i see videos how to add...
April 7, 2022 at 3:35 pm
Viewing 7 posts - 1 through 7 (of 7 total)