J
James
Hi,
I have written a SQL trigger that operates on the MSP_WEB_RESOURCES table to
perform some extra validation when new resources are added to project
server.
My question is simply are new resources added to this table one by one, or
are all new resources added in a single operation.
It is important for the operation of the trigger that I understand if I am
just working with one inserted row, or several inserted rows.
Regards,
James
I have written a SQL trigger that operates on the MSP_WEB_RESOURCES table to
perform some extra validation when new resources are added to project
server.
My question is simply are new resources added to this table one by one, or
are all new resources added in a single operation.
It is important for the operation of the trigger that I understand if I am
just working with one inserted row, or several inserted rows.
Regards,
James