Viewing 15 posts - 9,301 through 9,315 (of 13,876 total)
elee1969 (4/28/2014)
Phil Parkin (4/25/2014)
elee1969 (4/24/2014)
April 28, 2014 at 11:02 am
vanka.sravanthi (4/28/2014)
I can't able to get the data from remote server.I ma getting only headerrs not getting data.it 'll throwing below error:
System.Net.WebException: The remote server returned an error: (500) Internal...
April 28, 2014 at 10:40 am
elee1969 (4/24/2014)
April 25, 2014 at 12:25 am
I wish SSIS could possibly tell the user what the "current variable type" is; as I don't have the foggiest notion why the integer in my table can't map to...
April 23, 2014 at 12:31 pm
Tony1234 (4/23/2014)
Thank You very much for your replay.
Exactly I am expecting row count. But the approach you have mentioned will not workout for my scenario because, I am executing...
April 23, 2014 at 6:47 am
Are you able to break down the load times for the different components?
I'm guessing that it's the fact table reload that takes most time. Have you tried using (cached) lookups...
April 22, 2014 at 1:32 am
So do you truncate your fact table every load too?
April 22, 2014 at 1:22 am
Anjan Wahwar (4/15/2014)
I have the requirement to load source txt file and perform incremental update on my destination table. As I was not allowed to create any table to...
April 15, 2014 at 3:14 pm
Resender (4/14/2014)
There no error message except for the validation error,cause that stops the execution of the rest of the package
I mean are you redirecting error rows - have you checked...
April 14, 2014 at 5:11 am
Resender (4/14/2014)
Phil Parkin (4/13/2014)
Did you modify the datatype of the column in both 'External Columns' and 'Output Columns'?
yes I changed them both from string DT_STR to DT_WSTR & that leads...
April 14, 2014 at 3:00 am
Did you modify the datatype of the column in both 'External Columns' and 'Output Columns'?
April 13, 2014 at 1:36 pm
a4apple (4/10/2014)
DECLARE @String VARCHAR(MAX) = 'SourceFile1_20140803073209.txt'
DECLARE @String1 VARCHAR(MAX) ='SourceFile1_2014073209.txt'
SELECT @String AS [String] ,...
April 13, 2014 at 4:43 am
The complexity of the problem means that a derived column solution is unlikely to be practical.
A Script Component would allow you to write code with as much complexity as you...
April 13, 2014 at 4:38 am
Resender (4/11/2014)
Phil Parkin (4/11/2014)
What exactly are you changing when you 'change to Unicode type'?I go into the advanced editor and change the datatype of the column
Can you post the error...
April 11, 2014 at 8:52 am
Resender (4/11/2014)
I got a series of databases that have...
April 11, 2014 at 8:19 am
Viewing 15 posts - 9,301 through 9,315 (of 13,876 total)