some more information. In another thread about Generic SQL Error I discussed a thread that directed me to the ActivityPointerBase table and fields ismapiprivate and leftvoicemail. I mentioned that we found them renamed ismapiprivate_wrong
and leftvoicemail_wrong. Once we corrected them back the Generic SQL Error went away and we were able to complete the upgrade to 2013.
On a hunch I'm looking at the contents of these fields:
select ismapiprivate, leftvoicemail, count(*) k, min(createdon) earliest, max(createdon) latest
FROM [CRM_MSCRM].[dbo].[ActivityPointerBase] group by ismapiprivate, leftvoicemail
And I see
ismapiprivate leftvoicemail
k earliest
latest
NULL NULL
49264 2006-08-23 14:18:40.000
2014-01-31 17:49:19.000
0 0 1626
2014-02-03 14:39:15.000 2014-06-11 19:22:11.000
Is there anyone out there who can check their system to see if they have nulls, please. I'm not liking the null values and the fact that they all end at once is suspicious.
thanks