Viewing 15 posts - 1 through 15 (of 28 total)
Hi,
Have you tried increasing Page Width and Page Height on Report Properties ?
Hope this helps,
Raj
March 16, 2010 at 2:36 pm
Hi,
You should also be looking at the child report. Make sure you are passing Field.<FiledName>.Value from Main report. In Child Report, make sure these parameters are non queried, if Its...
March 16, 2010 at 2:30 pm
I know this might not fulfill your requriement, you could just Insert table. in Column Expression enter parameter.<parameter Name>.Value
Hope this helps 🙂
March 16, 2010 at 2:27 pm
Hi,
I see your post is very old, were you able to resolve this issue ?
For Each file works fine for me. Just checking if you follow same steps as I...
February 25, 2010 at 9:28 am
Hi,
Could you let please tell the version of DTS/SSIS you are using. If you are using SSIS 2005/2008. There lot more easier way to do this. You could avoid more...
November 30, 2009 at 4:39 am
Hi,
I was little puzzled to figure out that having for each loop container, it has to be servername property need to be set instead of connection string or any other...
May 27, 2009 at 11:19 am
Hi,
I remember working with Excel files with macros in SQL Server 2000, I didnot had any issue loading this file to SQL. But I used Activex script for loading. I...
February 20, 2009 at 1:04 pm
Hi There,
If I understand correctly you want child package to inherit values from master package ? If Yes, 2 Solutions.
1) Use Execute package task in Master pkg, in Child when...
February 20, 2009 at 12:57 pm
I am sorry, little confused with the reply. Could you be specific, what's the input and what needs to be the op with few examples. If the the volume of...
November 19, 2008 at 7:44 am
Hi,
I am not sure with this, but it might help you. Try changing the datatype of the column from Varchar to nvarchar. This might help.
Raj
November 18, 2008 at 1:09 pm
Hi,
Are you missing the path of your file 😉 ?
Raj
November 18, 2008 at 1:05 pm
Hi,
You should be using derived column transformation, and use substring or available string functions. This would help.
Raj
November 18, 2008 at 1:01 pm
If you are mapping error output to an error table, yes you could have an row count. Declare a variable in package variable and use this variable in row count...
October 28, 2008 at 12:23 pm
Would you please mention the tasks you have from the wizard. Ok, here you go. You should be having a task to delete records from the excel. check this task....
October 28, 2008 at 11:55 am
Hi,
Would you check for the excel destination connection ? Some times this could also because of Excel version.
Rajesh
October 28, 2008 at 11:38 am
Viewing 15 posts - 1 through 15 (of 28 total)