RobeGrah Posted August 5, 2013 Report post Posted August 5, 2013 I was wondering if anyone knew of a way to identify which objects have limiting collections set, and what those limiting collections are? Quote Share this post Link to post Share on other sites More sharing options...
Eswar Koneti Posted August 6, 2013 Report post Posted August 6, 2013 you can try this from your SQL: select collectionname, LimitToCollectionID,LimitToCollectionName,MemberCount from v_Collections where LimitToCollectionName not like 'NULL' 1 Quote Share this post Link to post Share on other sites More sharing options...
RobeGrah Posted August 6, 2013 Report post Posted August 6, 2013 Excellent! Thank you very much Eswar. That worked great in 2012, now I need to figure out where those values reside in 2007 so I can compare the two. Quote Share this post Link to post Share on other sites More sharing options...