Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Brittney10
Posting Yak Master
154 Posts |
Posted - 2010-11-04 : 10:41:04
|
I'm wondering if one can do forecasting/trending using a SQL query. I know I can just pull the data down into Excel and trend the data that way, then import it back into SQL, but I want to automate this process. So Excel isnt a viable option for me. I have the following columns for my table: Name, Data, MonthSo my data would look something like this (for example):Jane 1000 JanJane 2000 FebJane 3000 MarJane NULL AprJane NULL May Jane 5000 JunJane 1000 JulJane 2000 AugJane 2300 SeptJoe 1000 JanJoe 2000 Feb.....and so forthNow i want to forecast/trend that data out about 6 months. Any ideas??? Any help or suggestions would be much appreciated. |
|
yosiasz
Master Smack Fu Yak Hacker
1635 Posts |
|
Brittney10
Posting Yak Master
154 Posts |
Posted - 2010-11-04 : 13:47:36
|
Your links don't really help me much. |
 |
|
yosiasz
Master Smack Fu Yak Hacker
1635 Posts |
|
|
|
|