Viewing 15 posts - 1,051 through 1,065 (of 1,118 total)
This is the incorrect place to post. This forum is only for SQL Server Integration Services related issues and questions.
November 26, 2008 at 7:17 am
Okay,
I have an idea. And I think you might be able to accomplish your processing without programming. Here is what you have to do:
1. Insert data flow task.
2. In the...
November 26, 2008 at 7:11 am
I would recommend that you use script task to extract the "Total" value.
November 25, 2008 at 9:05 am
You still haven't provided details about the structure of these files. The file extensions doesn't say too much. Show an example of your data?
November 25, 2008 at 7:46 am
Can you send an example of your data? Your post contains very limited information.
November 25, 2008 at 7:41 am
Amith,
What is the destination component that you use? Certain data flow components support setting their properties thru Expressions. You can check if your destination component property can be set by...
November 25, 2008 at 7:40 am
Can you explain why you don't want to use the Sort component?
You can handle the removal of duplicates by inserting your data first in a staging table and then handling...
November 25, 2008 at 7:22 am
Use VB's MsgBox function to find out where exactly it stops. My guess is that you are trying to access a package variable, which is locked for access by another...
November 25, 2008 at 7:19 am
You probably meant: Dts.Variables("MyVarName").Value
The variable object itself is not usually used.
November 21, 2008 at 8:33 am
This information is hard to get. I would recommend that you do your own evaluation and come up with conclusions. I found one discussion in MS SSIS forum, you may...
November 21, 2008 at 8:32 am
The fastest thing you can do is use SFTP Task.
November 20, 2008 at 11:31 am
I have a question for you. When you say you want to load record from 2 data sources to 1 destination, which data source record you want to load? How...
November 20, 2008 at 10:26 am
I don't know too much about SPS. It is probably a good idea to ask that kind of question in SharePoint-related website. This forum is concentrated on SSIS.
November 20, 2008 at 6:56 am
Do not post here. Your question is being answered already in this post.
November 19, 2008 at 7:30 am
I just realized you need Excel file processing. Yes you can still use SSIS, but you have to first download the Excel file locally from SPS and then process using...
November 19, 2008 at 7:29 am
Viewing 15 posts - 1,051 through 1,065 (of 1,118 total)