Viewing 15 posts - 7,981 through 7,995 (of 13,876 total)
Even negatives can be coded in a positive way, to help avoid possible double-negative mistakes.
Rather than 'IsInactive', I'd use 'IsDead' or similar.
October 27, 2015 at 6:16 am
I also recommend SQL Compare, though if your databases are developed using VS DB projects, there is a Schema Compare tool built in.
October 27, 2015 at 6:11 am
Check the mappings on your OLEDB destination.
Each of the derived columns should map to its target column.
October 26, 2015 at 4:59 am
Your fact key columns should always have matching entries in their associated dim tables, even if that entry is -1 (unknown, N/A, or whatever default you choose).
Once you have this...
October 26, 2015 at 4:28 am
sqlbaby2 (10/26/2015)
I've data as below
account period01 period02 period03 period04
1111 null ...
October 26, 2015 at 3:29 am
It's a warning, not an error. If you're happy with the suggested alternative, just go ahead.
October 25, 2015 at 12:15 pm
Why use DATEPART(), when you can use YEAR() for this?
October 24, 2015 at 9:56 am
Change it to don't save sensitive and redeploy
October 24, 2015 at 3:03 am
david.dilworth (10/23/2015)
October 23, 2015 at 6:24 am
Jayanth_Kurup (10/23/2015)
No; its not in memory its create a local cache file on the same server as SSIS so it improves the speed with which the lookup happens.
You are wrong...
October 23, 2015 at 4:37 am
Hawkeye112 (10/23/2015)
I have a really simple Data Flow Task with a Lookup Task in it. If I run the Task with Full Cache (inmemmory) all my records will be directed...
October 23, 2015 at 2:57 am
I am definitely in the 'IsActive', 'IsCurrent' camp.
October 23, 2015 at 1:54 am
dbman (10/22/2015)
Hi Can anyone point me to some examples of these solutions?
Have a look here for the general principle.
Your outputs would, of course, each contain different columns, depending on the...
October 22, 2015 at 3:09 pm
I suspect that the package protection level has been set to EncryptAllWithUserKey. That is where I would start looking.
October 22, 2015 at 12:50 pm
I'd be tempted to use an asynchronous Script Component Transformation with five (or however many tables you have) outputs.
--Edit: changed 'asymmetric' to 'asynchronous', oops 🙂
October 22, 2015 at 9:57 am
Viewing 15 posts - 7,981 through 7,995 (of 13,876 total)