I have a multi-tenant database in SQL Server 2012 where each tenant's rows are identified by a ...tenant_id... column (aka the ...Shared Database, Shared Schema... approach). Some tenants, particularly the newer ones, have very few rows, while others have...