Viewing 15 posts - 31 through 45 (of 46 total)
I was resistant to using staging tables at first, but later realized they can be the right tool at times. I have approached similar tasks by loading a staging table...
July 12, 2019 at 7:03 pm
Could you use a lookup, and craft the query of [200_CGDS_VALIDATION].[dbo].[Vali_Data] such that you could use @[User::TMC_Ident_From_Filename] as the input column?
April 4, 2019 at 5:37 pm
This may give you an idea to get started if you don’t have too many unique file layouts to deal with. I had a similar situation where there were three...
March 22, 2019 at 9:10 am
You didn’t say where you are pressing the Add button, but in general, the way to redirect error output from an OLE DB destination is to open the editor and...
February 19, 2019 at 4:13 pm
You might have to fix this type of error on a column by column basis. I haven’t been working with SSIS very long, so there is likely a better way,...
February 19, 2019 at 9:31 am
I had this happen to me a while ago. The circumstances were a bit specific, so it’s likely not causing your problem, but just in case.
In...
January 29, 2019 at 2:13 pm
I'm an idiot. This is an SSIS forum, right? I saw your question and thought SSRS.....not sure why.
Sorry for the misdirection.
January 3, 2019 at 1:39 pm
I was forced into research mode when I implemented this functionality as customization to a commercial asp.net application. If you’re doing straight asp.net, it should be a bit simpler. What...
January 3, 2019 at 9:08 am
You select the location when you create the configuration. Configurations are tightly bound to package variables and I spent a fair amount of time getting a handle the big picture. ...
December 17, 2018 at 1:06 pm
We use an XML Configuration File in our packages to set the database server and name. There’s probably a better way if you can use the project deployment model, but...
December 17, 2018 at 12:35 pm
Several folks that have encountered this error found it started occurring after a VS update.
Google this, and take a look at the first several hits:
ssis "Scripts...
December 7, 2018 at 8:39 am
I created a stripped down package and isolated the issue to assigning a Streamwriter to an SSIS object variable in a script task:
Dts.Variables["User::OBJ_LOG_WRITER"].Value = SWriter;
If...
November 21, 2018 at 12:50 pm
I don't understand your response, I didn't ask the right question, or I didn't create the flat file connection properly.
I do know what the flat file data is,...
October 17, 2018 at 12:53 pm
Thanks Phil.
I did find a workable solution. I fed the output from the OLE DB data source into a Multicast transformation, which will clone the results as many...
February 10, 2017 at 10:56 am
Viewing 15 posts - 31 through 45 (of 46 total)