Quantcast
Browsing all 5 articles
Browse latest View live

MSSQL 2005 datetime field

I have a field that is formatted as datetime, and I want to add 50 days to it, so like:case.date = case.date+50But with it being a datetime field, I am unsure how to handle itPCF  This topic first...

View Article


MSSQL 2005 datetime field

SQLDATEADD(dd,50,case.date)Is what I would do.

View Article


MSSQL 2005 datetime field

I have SQL 2005 :(

View Article

MSSQL 2005 datetime field

SQLUpdatedbo.caseSet[date]=DateAdd(dd.50,[date])DateAdd works in SQL 2005.

View Article

MSSQL 2005 datetime field

ok - Thankyou Roger :)

View Article

Browsing all 5 articles
Browse latest View live