Viewing 15 posts - 5,251 through 5,265 (of 13,872 total)
August 22, 2017 at 8:01 am
If you are doing this:
I'm using the Project Conversion Wizard to import them from the File System to SSISDB
This statement cannot be true.
As it...
August 22, 2017 at 7:19 am
Based on your sample data, what results do you wish to see?
August 21, 2017 at 12:07 pm
Are any other processes running in the client database? Have you checked for blocking?
August 21, 2017 at 10:09 am
After re-reading, I am wondering whether you are trying to combine multiple source rows into a single output row?
August 21, 2017 at 7:25 am
Like this, maybe?WHERE ORDERS.Status IN ('New','Open')
AND ((FSLog.IDNum IN (16,19,116,136,225,345) AND FSLog.CompletedDate IS NULL)
OR (FSLog.IDNum = 333 AND FSLog.CompletedDate IS NOT NULL))
August 21, 2017 at 7:13 am
Are you running the packages in series, parallel, or a mixture?
Perhaps there are different settings on the Oracle side which throttle parallelism more in AWS than on your previous...
August 21, 2017 at 4:22 am
Are you able to check logs to verify the run times for the infividual packages?
It would be interesting to know whether they are all running for longer than usual,...
August 21, 2017 at 4:20 am
Thom A - Friday, August 18, 2017 8:01 AM...I use VB.net myself
The horror, the horror ...
August 18, 2017 at 8:06 am
And here it is again, this time with mark-up, as Thom requested.
Not sure what makes you think that this is 'VBScript'. It's pure C#.#region Help: Introduction...
August 18, 2017 at 7:43 am
There are three similar BI-Environments (dev, test and prod) including several databases pro environment. Within each of...
August 18, 2017 at 7:11 am
Could it be this?
August 17, 2017 at 11:35 am
I am trying to find out the last execution time of DTS/SSIS packages on...
August 17, 2017 at 8:49 am
Viewing 15 posts - 5,251 through 5,265 (of 13,872 total)