Business Alerts in GP is for notification only. The way you descrived your
data manipulation requirement is thru SQL triggers. This trigger can be set
from your source table (based on insert, update events) and execute a DML
(insert script) into the destination table. However, this will compromise
the integrity of your data if not properly planned and executed.
Hope this helps!
Cheers,
Dennis Araullo. MACS
Microsoft Certified Technology Specialist GP,CRM,AX
MCITP Installation and Configuration AX 2009
MCITP Database Administrator SQL 2008
Citrix Certified Enterprise Administrator
How about if I use SQL Server Agent Services?
"Dencio" <Den...@discussions.microsoft.com> wrote in message
news:6BE36109-F2C5-427B...@microsoft.com...
If you planto create a sql job that runs on a specific period, SQL Server
Agent Services should be running to execute the job as scheduled.
Hope this helps!
Cheers,
Dennis Araullo, MACS
"Viol-8-r" wrote:
> .
>