Viewing 15 posts - 9,211 through 9,225 (of 13,882 total)
No doubt Gail will fix your problem more elegantly, but here is one idea (untested). In your script:
1) Define a temp table with the same structure as TableA.
2) Call the...
July 3, 2014 at 12:20 pm
Using a Script Task (for Step 2) you mean? If Delay Validation is set to False it would error out, but would not be able to provide a nice message...
July 3, 2014 at 8:25 am
Lempster (7/3/2014)
It is possible to create a dynamic Excel destination...
July 3, 2014 at 3:32 am
gajayku (7/2/2014)
Excel file depends on user input. I cannot say what type of columns exists in the excel file. I can get the columns at run time.
SSIS depends on static...
July 2, 2014 at 8:25 am
gajayku (7/2/2014)
Thanks for quick response. Let assume that I have schema of both source and destination in the following formats.
In excel File, I have columns (Id, Name, Salary) and...
July 2, 2014 at 7:25 am
gajayku (7/2/2014)
I m integrated the mvc application with SSIS package. I m sending the excel file from mvc application to SSIS package. I need to transform excel file data to...
July 2, 2014 at 7:07 am
...apparently in the Final output
Have you mapped the derived column to a destination column?
July 2, 2014 at 4:28 am
Well this is an interesting one.
I was unable to get that damned delimiter working, even though all looks fine in 'Preview' mode, as you found.
If you do a 'replace all'...
July 1, 2014 at 9:45 am
Another quick thought - what is the codepage associated with the Flat File connection manager?
July 1, 2014 at 6:49 am
I would edit the file using a decent text editor - say Notepad++ - and confirm your row delimiter (in Np++ select View/Show Symbol/Show All Characters).
July 1, 2014 at 6:42 am
Have you tried
SELECT DISTINCT ID_ITEM, DATE, ID_USER
?
July 1, 2014 at 5:33 am
Try adding a dataviewer to check that your data is as it should be.
July 1, 2014 at 1:42 am
Not without a ton of code or the purchase of a third-party add-on.
June 27, 2014 at 8:49 am
I am very surprised that this works and don't recommend it.
I have never tried, but I don't see why there would be any problem connecting to a 2012 instance from...
June 27, 2014 at 5:42 am
ronan.healy (6/27/2014)
can anyone see anything wrong with this(FINDSTRING(UPPER(AttributeNames),"Future Notional",1) > 0) && ((TRIM(INV_SECTYPE_COD) == "75"))
You're not having a good day are you? 🙂
If you are converting your input string to...
June 27, 2014 at 3:51 am
Viewing 15 posts - 9,211 through 9,225 (of 13,882 total)