Viewing 13 posts - 1 through 13 (of 13 total)
Hi,
Your requirement looks interesting.
But the 'amt+sign' is still returns string type and I guess derived column can not type cast it to decimal type.
I suggest instead apply /100 on amt...
August 26, 2011 at 11:16 am
You can sort the data in 2 ways
1. sort the data in database and then apply the Issorted and sortkey position on the source adapter which comes before any transformation...
August 26, 2011 at 11:11 am
Hi,
I know its too late response:-) But I have seen this post for the first time.
What I understood is that he wish to convert customer no to INT, in derived...
August 26, 2011 at 11:02 am
Hi,
You need not use FROM TABLEX twice which is redundant and also makes the query unclear.
Whatever Ninja suggested works well.
Regards,
Durga
August 25, 2011 at 11:48 am
Hi,
Its always better to store only the path i.e. file location or URL of the image rather than the image itself by using FILESTREAM.
So go by VARCHAR() to store the...
August 25, 2011 at 11:44 am
Thanks Andy for posting such a useful article!!
August 23, 2011 at 4:53 pm
Hi,
After the @rowcount > 0 constraint, add a Send Mail Task to communicate to relevant people.
Alternatively you can use a Script Task to send the notification as well as attachments...
August 23, 2011 at 9:04 am
Dear Rob,
I think I got the solution.
The approach we have to follow is to use Foreach loop container with Foreach ADO Enumerator and a Data Flow Task inside the Foreach...
August 22, 2011 at 8:07 am
Hi rgtft,
Its a master data mart table which contains source, destination tables and respective primary key columns.
The requirement is to transfer data from source table to destination table...
August 22, 2011 at 6:43 am
Dear Russel Loski,
You are absolutely correct!!
Thank you, it helped me to resolve the issue.:-)
Regards,
Durga
August 22, 2011 at 4:41 am
Thank you Vishal..Very useful information.
I appreciate your patience in compiling this document!!
August 9, 2011 at 10:46 am
One of the possible reasons for this error is,
Your SSIS package may contain an dataflowtask trying to load data into a table having primary key without cleaningup the unwanted data...
August 8, 2011 at 6:49 am
Hi ,
I too face similar question with SSIS sql server table configurations.
I could create sql server configuration table easily for development instance.
To UAT environment, I have changed the connection...
August 7, 2011 at 5:03 am
Viewing 13 posts - 1 through 13 (of 13 total)