Viewing 15 posts - 9,241 through 9,255 (of 13,876 total)
Is this a run-time error or a validation error?
When you recreated the package in 2008, did you do it from scratch, or did you try to reuse/copy/whatever bits of your...
June 8, 2014 at 10:41 pm
rockstar283 (6/7/2014)
Not possible.. You know the importance of an identity column right 🙂
I know what an IDENTITY column is, of course.
It seems that you are doing ETL from a source...
June 8, 2014 at 1:31 am
...Or you could just remove the IDENTITY definition from the target table 🙂
June 7, 2014 at 5:14 am
PurpleLady (6/5/2014)
June 5, 2014 at 10:33 am
Is Integration Services installed on the server?
June 5, 2014 at 9:39 am
I can get that exact error by doing something like this:
declare @sTime varchar(5) = ' 2359'
select convert(smalldatetime, stuff(@sTime, 3, 0, ':'))
So I'm wondering whether there might be some dodgy...
June 5, 2014 at 4:55 am
.. you could also consider using a File System Task for doing the copy.
June 4, 2014 at 11:33 am
What do the cmd files do?
Please post the text of the error message.
June 4, 2014 at 8:18 am
Put everything that depends on the file's presence in the FEL container - so that appears to be all tasks.
Your file-existence-check script is rendered superfluous.
June 4, 2014 at 8:16 am
Jeff's suggestion is a good one. Aggregation in SSIS is a blocking transformation and should be avoided if possible. It's also slower than the SQL Server database engine.
June 4, 2014 at 12:12 am
SuzSQL (6/3/2014)
June 4, 2014 at 12:06 am
I suggest you change your approach slightly.
Create a FOREACH container which executes for every occurrence of the file you want to process. It will therefore execute either once or not...
June 3, 2014 at 3:32 am
tlrsekar 23727 (6/3/2014)
Thanks for reply, Attached Image, The Last column is my target output which is required.
In image in For MEC department starts with fresh summary since previous summary +...
June 3, 2014 at 12:45 am
How are you ordering the data? It's not clear from the sample.
June 3, 2014 at 12:11 am
Jason-299789 (5/29/2014)
May 29, 2014 at 5:51 am
Viewing 15 posts - 9,241 through 9,255 (of 13,876 total)