David Turner on October 12th, 2010

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 [...]

Continue reading about Assignment Types Performance