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 |
|
skativarapu
Starting Member
13 Posts |
Posted - 2006-07-06 : 14:37:59
|
| i have a time dimension table with week number,datesm month....i want to add a column which will display the week rangesomething like thisDate DateRange------------------------------------------------------2005-01-02 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-03 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-04 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-05 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-06 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-07 00:00:00.000 2005-01-02 / 2005-01-08 2005-01-08 00:00:00.000 2005-01-02 / 2005-01-08 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
|
|
skativarapu
Starting Member
13 Posts |
Posted - 2006-07-07 : 11:56:39
|
| HAY MIC, I ASKED FORO ONE HELP AND U GAVE ME A SOLUTION THAT WOULD SERVER THE REQUIRMENT THAT I AM GOING TO GET IN FUTURE THIS PEACE OF CODE IS REALLY GOOD THANK YOU VERYMUCH |
 |
|
|
|
|
|