adTempus 3.0.5
While doing some administration, I noticed that the sqlservr.exe process was consuming all of the available CPU cycles on the server for several minutes when no jobs were executing. I am using the MSDE engine for the database. While looking at that, I noticed that the sqlservr.exe process is consuming roughly 650MB of memory according to the Mem Usage column in Task Manager.
This got me thinking and searching. I found an article which indicates adTempus has problems if the database is over 2GB. My database is only ~110MB (assuming the database is "adTempus_<server>.mdf".
I guess I'm wondering if the memory usage of the database seems within a normal range? Is the CPU behavior I described normal activity? What other factors besides the size of the database should I be looking at when trying to determine if I need to move the database from MSDE to the full SQL Server?