Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
The DimAccounts table is only there to provide with the column AccountCodeAlternateKey for the WHERE filter.
It is the Amount column of [dbo].[FactFinance] I would like to update. That column is...
May 14, 2014 at 6:06 am
#1713424
The original table looks like this:
CREATE TABLE [dbo].[FactFinance](
[FinanceKey] [int] IDENTITY(1,1) NOT NULL,
[DateKey] [int] NOT NULL,
[OrganizationKey] [int] NOT NULL,
[ClientKey]...
May 13, 2014 at 12:43 am
#1712915
Thanks,
I think I was a bit unclear in my post. I have managed to get that far. It's the update part that is still unsolved. That is, I want to...
May 12, 2014 at 6:02 am
#1712628