I have a table that has budgeted values with Year/Month values. I need to get the daily values by dividing the monthly amounts by the days in the month.
Her is a sample of the data
YearMonth BudgetMthAmtGas
2012/01 2427641
2012/02 2249955
2012/03 2382530
2012/04 2284998
2012/05 2340656
I would not think this would be all that hard but I need some help.
Microsoft SQL ServerMicrosoft DevelopmentMicrosoft SQL Server 2005