Viewing 15 posts - 9,301 through 9,315 (of 13,882 total)
Dataflow task.
May 4, 2014 at 4:40 am
UNC paths need to use local disks, as far as I know. But if you can map a drive to another server, you should also be able to point a...
April 29, 2014 at 12:16 pm
If you log in as that service account, are you able to navigate to that path in Windows Explorer? Is that definitely a local drive on the server?
April 29, 2014 at 12:07 pm
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
Viewing 15 posts - 9,301 through 9,315 (of 13,882 total)