Viewing 15 posts - 9,211 through 9,225 (of 13,876 total)
...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
ronan.healy (6/27/2014)
((TRIM(INV_SECTYPE_COD) == "70")) && ((TRIM(INV_SECTYPE_COD) == "71")) && ((TRIM(INV_SECTYPE_COD) == "72")) && ((TRIM(INV_SECTYPE_COD) == "73")) && ((TRIM(INV_SECTYPE_COD) == "74")) && ((TRIM(INV_SECTYPE_COD)...
June 27, 2014 at 3:23 am
antonio.estima 4150 (6/26/2014)
June 26, 2014 at 6:59 am
Koen Verbeeck (6/26/2014)
Please do not crosspost. It wastes peoples time and fragments replies (like Phil Parkin).Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1586306-2799-1.aspx
Grrr!:angry:
June 26, 2014 at 3:45 am
If you're using a SQL Agent job, you should have nothing to worry about. If the job is still running after two minutes, it will not be invoked again until...
June 26, 2014 at 3:20 am
antonio.estima 4150 (6/25/2014)
June 26, 2014 at 3:10 am
Viewing 15 posts - 9,211 through 9,225 (of 13,876 total)