Deployment Solution

 View Only
  • 1.  Directly Querying Database

    Posted Feb 09, 2015 08:57 AM

    I need to pull some information out of the database.  Specifically, what column(s) in what table(s) trigger the automated triming of the database?

     

    My Delete history entries older than is set at 60 days

    My Remove inactive computers after is set at 30 days

     

    The question I am asking is what column in the DB is it 60/30 days since.

     

    Thanks!

     

    Peter



  • 2.  RE: Directly Querying Database

    Posted May 15, 2015 09:56 AM

    This action will most likely be controlled via either a stored procedure or a function, so you could locate that item as they usually have good names and then look at its sql query to see how it is done.