Page 1 of 1

SQL Clean process documentation

Posted: 09 Aug 2009 6:41
by th_alejandro
In many many forum i read about different clean process that is executed to execute via SQL directly on the CTM database. But i want to 'organize' a list of all 'clean process'. Make your appoints as follows:

Example :

To clean message alerts
DELETE FROM ....

To clean old jobs .... what ever....
DELETE FROM ...

To update jobs. ...
UPDATE ....

Posted: 12 Aug 2009 2:24
by philmalmaison
there is a lot of command like this,but be carefull with API MAJ PROCESS
that can not be taken only by a insert or delete .......


regards
philmalmaison

Posted: 12 Jan 2010 7:49
by sjjoseph
Hi all,
Thanks for all this information. But i want to know that if I want to remove only records from the table not columns. Then What i have to do?
Drop is the command for deleting the table.
Thanks in advance.

Posted: 13 Jan 2010 10:09
by philmalmaison
so use the
delete from <table> where <what>
go


regards
philmalmaison