Hi there
I have moved our ms crm server to a different machine, and installed SQL 2005 to replace the old SQL 2000 on the previous server.
When i migrated my custom reports I began receiving the above error when trying to drill down based on @CRM_FromDate and @CRM_ToDate. I have tried changing the datatype of these params to datetime from string but still receive the error. I believe this problem is based around the US/UK date format differences, however Server Locale is NZ, and dates are being passed in UK format as they should. (dd/mm/yyyy)
I have tried to add convert to the query (where datefield = convert(varchar, @CRM_ToDate, 103) - also tried format 101) but this did not change my errors.
I have been trying to get this to work for a week now and frankly am at my wits end. Can someone PLEASE help me????
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!
I have moved our ms crm server to a different machine, and installed SQL 2005 to replace the old SQL 2000 on the previous server.
When i migrated my custom reports I began receiving the above error when trying to drill down based on @CRM_FromDate and @CRM_ToDate. I have tried changing the datatype of these params to datetime from string but still receive the error. I believe this problem is based around the US/UK date format differences, however Server Locale is NZ, and dates are being passed in UK format as they should. (dd/mm/yyyy)
I have tried to add convert to the query (where datefield = convert(varchar, @CRM_ToDate, 103) - also tried format 101) but this did not change my errors.
I have been trying to get this to work for a week now and frankly am at my wits end. Can someone PLEASE help me????
Tracey
Remember... True happiness is not getting what you want...
Its wanting what you have got!