xerxes2985 2 Report post Posted February 8 In SCCM, any time I attempt to update a collection, it causes tempdb to fill up, and eventually causes SQL server to stop working properly. SQL Server databases reside on their own drive, and each time it gets hung on SMS_COLLECTION_AUXILIARY_EVALUATOR. I've specified a 50 GB limit for tempdb and a 30 GB limit for the log db. Any suggestions. Share this post Link to post Share on other sites
GarthMJ 119 Report post Posted February 8 It means that your collection query is causing the problem. Review the query to fix the problem. Share this post Link to post Share on other sites
xerxes2985 2 Report post Posted February 8 It happens even when using "direct" and not a query. Share this post Link to post Share on other sites
xerxes2985 2 Report post Posted February 8 I think I may have found the offender. Testing now. Share this post Link to post Share on other sites
xerxes2985 2 Report post Posted February 8 @GarthMJ you’re a lifesaver. Looks like my offending collection was trying to look at installed applications, display name, then I had it AND to AI class for Product Version. whatever reason I did that, removing that bad logic fixed it. I owe you lunch sometime, somehow. Share this post Link to post Share on other sites
GarthMJ 119 Report post Posted February 8 🙂 I will be at https://mmsmoa.com/ this year.. feel free to look me up. Share this post Link to post Share on other sites