Run the script below on the MSCRM database to quickly get a count of records, for real and customisable entities (not logical).
declare @query nvarchar(max)
set @query=''
select @query=@query...(read more)
↧