Viewing 15 posts - 46 through 60 (of 118 total)
Merge join is case sensitive. This is my guess as the culprit if you are joining on non-numeric columns, since a lot of sources aren't case sensitive. You...
December 13, 2010 at 3:56 pm
Add a precedence contraint to your package and check your rundate versus the date contained within your file. If the date in your file is greater than 3 months...
December 13, 2010 at 3:45 pm
You can use the same dimension for multiple fact tables. These are referred to as conformed dimensions. In fact, this method is preferred versus recreating the same dimension...
December 13, 2010 at 3:43 pm
Craig Farrell (12/10/2010)
Oval?We really need more information here.
Oval. Definitely Oval.
December 13, 2010 at 8:13 am
da-zero (12/10/2010)
Furthermore, you should change the registry setting (also mentioned by HappyCat): TypeGuessRows. Set it to 0. Excel will scan the whole column to find the appropriate data type.
This is...
December 10, 2010 at 3:57 pm
Deleted comment.
December 8, 2010 at 12:34 pm
da-zero (11/19/2010)
tmitchelar (11/19/2010)
November 19, 2010 at 11:17 am
This is soley based on personal preference, but I would create four separate packages...one for each table. I like having the option of being able to rerun tables individually...
November 19, 2010 at 10:10 am
I'm guessing there is a datatype issue. I would suggest setting up a error output to a text file and maybe a data viewer on the error path.
November 19, 2010 at 9:59 am
You could actually do it one of three ways. The first way would be like above where you are setting parameters and then using ? in place of your...
November 19, 2010 at 9:43 am
The name of the file will be stored in a variable that gets set in your Foreach Loop. Create a second variable that is a substringed version of that...
November 17, 2010 at 11:03 am
princa (11/15/2010)
So I searched again, which it might be the case that I developed the SSIS package on BIDS 2008 which by default demands SQLServer 2008? and I did try...
November 16, 2010 at 11:16 am
pravasis (11/16/2010)
But adding a semi blocking component will improve the performance. Check the following article. Hope this helps.
Thank you for that article! It helped clarify some of...
November 16, 2010 at 10:57 am
princa (11/12/2010)
My problem is:
1. Set the connection string during development stage in VS...
November 12, 2010 at 2:40 pm
I would also recommend using an environment variable if you are going to be switching your packages between servers often. Then you could store the package configuration file wherever...
November 12, 2010 at 12:39 pm
Viewing 15 posts - 46 through 60 (of 118 total)