|
wafw1971
Yak Posting Veteran
75 Posts |
Posted - 02/28/2013 : 11:35:10
|
I have @From date SET as 07/01/2013 which is a Monday I need to change the @From to represent 13/01/2013 instead without changing the SET date.
SET 07/01/2013
SELECT DATEPART(weekday,@From) = At the moment the result is Monday (2) 07/01/2013 I need it to be Sunday (1) 13/01/2013.
I hope this made sense.
Thanks
Wayne |
|