Viewing 15 posts - 11,476 through 11,490 (of 11,678 total)
I won't speak generally, but these are some things I ran into at my current project:
* you must know the URL to go to the repository. Sure, you can keep...
April 27, 2010 at 3:59 am
I wouldn't recommand the union all if you want to combine 12 flows. The union all is quite a nightmare in maintenance and since it is a semi-blocking transformation, it...
April 27, 2010 at 3:28 am
At my current project we use TortoiseSVN. It gets the job done, but there are some quirks/irritations.
April 27, 2010 at 3:22 am
In my personal opinion, I don't find the SQL statement that long 🙂
But if you really really want the SQL statement to originate from a file, you could read the...
April 27, 2010 at 3:14 am
You could try to convince an employer to hire you for an "internship" to start with.
Work there for 4 to 6 weeks for a lower rate (or none). This way...
April 27, 2010 at 3:08 am
Something that is not very clear for me on a first read:
do you have one configuration table for all the environments or has each environment its own config table?
If it...
April 27, 2010 at 3:00 am
April 26, 2010 at 10:55 am
Ah, for deployment from my computer (locally developing packages) to the test server, I use BIDS Helper. Very easy with the GUI.
From deployment to production however, I use scripts similar...
April 24, 2010 at 4:41 am
Thanks for the link, very informative. However, at my current project I'm not allowed to install custom components, so yeah 🙂
Correct me if I'm wrong, but to me it seems...
April 23, 2010 at 7:44 am
Brandon Carl Goodman (4/23/2010)
April 23, 2010 at 7:20 am
Brandon Carl Goodman (4/23/2010)
April 23, 2010 at 6:55 am
Brandon Carl Goodman (4/23/2010)
April 23, 2010 at 6:35 am
Yes, you need BIDS Helper 😀
Much much easier to deploy packages and it's free too!
April 23, 2010 at 6:00 am
That's because the datatypes of the output columns of your Excel source are probably still the same. (meaning, still DT_I4, while you need DT_WSTR). Either change it manually in the...
April 23, 2010 at 5:57 am
Viewing 15 posts - 11,476 through 11,490 (of 11,678 total)