I am thinking of deactivating all recordings and then reactivating just a few so I dont run out of disk space.<br><br>There seems to be a inactive column in the record table and all of the schedules have this set to 0 (hence, active I suppose).&nbsp; I am thinking of setting all to a value of 1 with:<br>
<br>update record set inactive=1;<br><br>Then set inactive=0 for a few select program schedules.&nbsp; Then when I return from my vacation, I can:<br><br>update record set inactive=0;<br><br>Is this the way to do this? <br><br>
Thanks<br>Chris<br><br><br><br><br>