I need a way to update the month value on a dateTime field in my db. I'm being past an int value for the month and need to use that for the update. Is it possible to do this in the sql statement or would I be best doing it in c# in the webservice?
|
1
|
|||||
|
|
|
Shift down and then up again:
or, more simply:
|
||||||||||
|
|
|
You can do this all in TSQL in Sql Server. Check out the DateDiff and DateAdd functions. I expect this would work:
|
||||
|
