This is with SSRS 2008 SP1.
Since upgrading to SSRS 2008 SP1 (from SSRS 2005 SP2) we have had trouble with dates.
We have some roprts where people enter a start & end date. The parameter types is datetime. Before the upgrade they could enter 1/1 and it would resolve automatically to 1/1/2009 12:00am - since the upgrade it instead resolves automatically to 1/01/2009 12:00:00 AM +11:00, which causes the report to throw the error: The version of SQL Server in use does not support datatype 'datetimeoffset'.
Our SQL servers are all still on SQL 2005 - its only RS (which is on a separate server) that we have upgraded. Does anyone have any solutions to make it not add the time offset onto it? Thanks!.
Since upgrading to SSRS 2008 SP1 (from SSRS 2005 SP2) we have had trouble with dates.
We have some roprts where people enter a start & end date. The parameter types is datetime. Before the upgrade they could enter 1/1 and it would resolve automatically to 1/1/2009 12:00am - since the upgrade it instead resolves automatically to 1/01/2009 12:00:00 AM +11:00, which causes the report to throw the error: The version of SQL Server in use does not support datatype 'datetimeoffset'.
Our SQL servers are all still on SQL 2005 - its only RS (which is on a separate server) that we have upgraded. Does anyone have any solutions to make it not add the time offset onto it? Thanks!.