Viewing 15 posts - 9,586 through 9,600 (of 13,880 total)
pnr8uk (10/28/2013)
October 28, 2013 at 9:41 am
pnr8uk (10/28/2013)
The FileSystemPath has to match exactly, so if I remove the apostrophes...
October 28, 2013 at 6:41 am
How about replacing ' with '' in your fileSystemPath variable when you create the SQL?
October 28, 2013 at 4:50 am
blasto_max (10/28/2013)
October 28, 2013 at 1:50 am
Thanks for the concise article Dwain - an interesting read as usual.
October 27, 2013 at 11:31 pm
To assign the results of a query to an object variable, use an ExecuteSQL task, not a dataflow. Examples abound, here's one I found.
October 27, 2013 at 3:11 pm
rocky_498 (10/24/2013)
ID,DISTRIBUTOR BCITY,ACCOUNT ID TYPE,ACCOUNT ID
DS,BP9744524,CARLSBAD,D,BR9307299,UNKNOWN
I can Open this .DAT file in Notepad. Client just want above format files in .DAT format.
Please guide me or...
October 25, 2013 at 4:07 am
But how do i see the exact line of my script task which caused an exception ?
If this was your question, why did you start the thread with:
How do I...
October 24, 2013 at 10:39 pm
blasto_max (10/24/2013)
Koen Verbeeck (10/24/2013)
Maybe there are easier alternatives.
As long as you don't use any blocking...
October 24, 2013 at 10:28 pm
Some rough pseudo-code:
rowA = readRow;
rowB = readRow;
do
if (rowA.Type != "Test" || rowB.Type != "Test")
ignore
else
output rowA;
rowA =...
October 24, 2013 at 6:27 am
Even better (IMO) is to use something rare as your column delimiter (eg |).
Then you don't need the extra "s & save some disk space...
October 24, 2013 at 6:13 am
This can definitely be done using a Script Component. It should be asynchronous, because not every input row will have a corresponding output row.
I did not reply sooner because your...
October 23, 2013 at 8:11 pm
SQListic (10/21/2013)
Help on this please, I am having similar issue.
What have you tried?
October 23, 2013 at 7:58 pm
Rather than looking at the source data in Excel, can you please open it in Notepad++ or similar and then have a close look at the offending data?
From your screen...
October 22, 2013 at 12:31 pm
scuby.me (10/22/2013)
October 22, 2013 at 11:32 am
Viewing 15 posts - 9,586 through 9,600 (of 13,880 total)