Viewing 15 posts - 16 through 30 (of 295 total)
I thought that maybe because I am not outputting NAME into the final table that may be the issue. It didn't change anything.
Error: 0xC02020A1 at Update Table...
November 7, 2024 at 4:14 pm
If you look at the column headers of the file and compare them to the table, they don't match. We can't see your package to know what the...
November 7, 2024 at 4:01 pm
OK, those errors are actually pretty helpful.
There must be one or more occurrences of the column NAME in file
ADAP.O#Adaptimmune Therapeutics ADR Representing 6 Ord Shs (D).csv
where the data is...
November 7, 2024 at 3:50 pm
Have you looked at what's going on in SQL server when the procedures get stuck? If you use something like sp_whoisactive it's easy to see if you have spids...
November 5, 2024 at 8:33 pm
I think the issue is different so I am going to start a new thread
November 4, 2024 at 8:35 pm
Here you are courtesy of ChatGPT:
Yes, it’s possible to run specific stored procedures (SP1 and SP2) in parallel and then have SP3 and SP4 execute in series within a...
November 4, 2024 at 7:10 pm
I have two versions of SSIS setup to test the benefits of parallelism.
Version 1 - no parallelism setup. The precedence constraint I am using between the Execute SQL Tasks is...
November 4, 2024 at 7:07 pm
thank you everyone for your feedback. i will implement as noted.
October 26, 2024 at 3:03 am
deleted post
October 11, 2024 at 4:10 am
deleted post
October 10, 2024 at 5:40 pm
Yes - you definitely need to be using precedence constraints between tasks.
October 9, 2024 at 1:09 pm
deleted post
October 9, 2024 at 1:09 pm
First of all, the warning was telling you that you have columns that you're doing aggregates like SUM() and COUNT() on contain some NULL values. Are you...
October 7, 2024 at 9:17 pm
deleted post
October 6, 2024 at 3:23 am
google is your friend - you should have done it first.
regarding the code and because you got a timeout I would add a command timeout before the...
October 6, 2024 at 12:45 am
Viewing 15 posts - 16 through 30 (of 295 total)