I mentioned improving performance in Arena Assignment Types during my RefreshCache presentation. It was actually just a stored procedure change. Here’s the change if you’d like to see if it helps your performance… ALTER PROC [dbo].[asgn_sp_get_assignmentTypeList] ( @ParentAssignmentTypeID int , @PersonID int ) AS DECLARE @hierarchy TABLE [...]
