Viewing 3 posts - 1 through 4 (of 4 total)
Thanks Michael,
That did the trick. I edited your code to:
select dateadd(dd,(datediff(dd,'1/1/2010',dateadd(dd,13,
dateadd(qq,datediff(qq,'1/1/2010',getdate()),'1/1/2010')))/14)*14,'1/1/2010')
and that worked perfectly. I don't think that I...
January 25, 2010 at 2:33 pm
Thanks, but that doesn't really help me at all. I think that I would have to combine two of the functions that are listed in the link.
January 25, 2010 at 1:39 pm
After you change the data type using the script and if you're still getting the error try to change the error output of the column to ignore truncation errors.
December 15, 2009 at 6:49 am
Viewing 3 posts - 1 through 4 (of 4 total)