Viewing post 1 (of 1 total)
Hi Paul,
When I got rid of the 1 at the end of the statement it worked for me.
Try
declare @dt datetime
select @dt=getdate()-28
...
November 11, 2008 at 7:02 am
#896925