Viewing 15 posts - 451 through 465 (of 681 total)
It depends. How selective is your query to pull the data? If you have a high degree of selectivity (returning only a small portion of the entire table),...
November 21, 2008 at 9:28 pm
Within your dataflow, use a conditional split and check the value in question for null using the ISNULL function. You can route those values that are NULL to a...
November 21, 2008 at 9:21 pm
Amith,
Within your ForEach loop container, you can map the filename to a variable. After you extract the data from the file (using a DataFlow within that loop), you can...
November 21, 2008 at 9:05 pm
Ria (11/21/2008)
how can i redirect rows to trash destination...as i dont want them to put to data reader destination as they are of no use to me
In your lookup component,...
November 21, 2008 at 8:23 pm
If you are using psftp, there is a feature that will prompt you the first time you run the software to put the server's key in your cache. This...
November 21, 2008 at 3:26 pm
The Lookup Transform will do two things: It will validate rows in your data flow against a given table, and will also (optionally) pick up additional values in the row...
November 17, 2008 at 5:55 pm
Mark, if I read you correctly you are running into an issue where the absense of a value in the source returns a fixed width 14 character field, which equates...
November 16, 2008 at 5:53 pm
If you've confirmed that the file source is accessible under the context of the account running SQL Server agent, check the same thing on the destination folder (I assume that...
November 16, 2008 at 5:10 pm
I've run into this need before, and in most cases the row type was identified by the first element on each row. A row type of 10 might have...
November 16, 2008 at 4:54 pm
In your Data Flow window, there is a transformation called Row Count. You can use this to write the row count value out to a variable.
September 30, 2008 at 8:46 am
You can do this with SSIS, but you'll need to run it through a script component to make it work. Depending on the destination of the rows, you may...
July 14, 2008 at 7:21 am
Amy, if you're entering the executable name and the graphical tool is coming up, you're calling the wrong executable. There will be a different EXE file for command-line usage....
July 10, 2008 at 9:01 am
I believe you are confusing the raw file destination with the flat file destination. A raw file is a special kind of SQL Server data file storage, and is...
July 9, 2008 at 6:44 pm
You'll most likely need to use a script task for this, looping through each file in your directory and processing each file in turn.
Hope this helps,
Tim
July 9, 2008 at 6:31 pm
awelsh (7/9/2008)
July 9, 2008 at 6:23 pm
Viewing 15 posts - 451 through 465 (of 681 total)