Viewing 12 posts - 31 through 42 (of 42 total)
Thanks you guys. All the solutions work. I'm sorry for not following rules and posting the DDL statements. I'll keep this in mind when I post next time.
Sorry if...
April 19, 2013 at 2:40 pm
The question is the last part . The fact table needs to updated with the news ids.
Please see the last table. That is the result form I need it...
April 18, 2013 at 9:55 am
Hi Guys,
Any more inputs required or do you'll think this would still work ?
April 3, 2013 at 1:49 pm
Uploaded the data zip file at
http://wikisend.com/download/240868/Data .zip
This contains the insert statement for about 75000 rows, which will really test the performance.
March 27, 2013 at 5:25 pm
1. Sorry guys for my oversight.Totally my mistake, it was just a condition that really didn't make much of a difference, but here's the new DDL script (Please see below)....
March 27, 2013 at 2:59 pm
Hi Lynn did you get a change to look into this. I need to figure out if we can't do this.
March 27, 2013 at 11:32 am
Found this online . You might want to try this :
I discovered that the Reporting Services Configuration Manager was incorrectly showing green check-marks indicating my Report Server and Report Manager...
March 27, 2013 at 11:18 am
So the calculation goes like this :
Modeled Cost = (Driver1/Driver2)*UnitA*UnitB+FixedCost
For eg :
Old Modeled Cost (6330/5918)*70791.61*1.025+0 = 77612.98
So If I was to update Driver1 from 6330 to 7000
New Modeled...
March 14, 2013 at 6:36 pm
Here's the DDL statement:
CREATE TABLE dbo.TBF_BUDGETExpenses
(
BudgetID int not null,
Scenario varchar(50) not null,
DriverValue1 float null,
DriverValue2 float null,
UnitA float null,
UnitB float null,
FixedCost float null,
ModeledCost decimal(18,2)null,
Oct decimal(18,2) null,
Nov decimal(18,2) null,
Dec decimal(18,2) null,
Jan decimal(18,2)...
March 14, 2013 at 6:14 pm
Thanks guys. I'll try out your sugesstions and reply back.. Thanks!!!
March 8, 2013 at 10:10 am
Viewing 12 posts - 31 through 42 (of 42 total)