Hello,I would like to known if ti's possible to add a hint (to improve performance) on when creating the integration table ? I didn't see any option.
Example :
insert into [A].[B].I_ALARMES WITH (TABLOCK)
(
[LIGNE],
[POSTE_ID],
[ZONE]
)
select
Thanks
Mathieu Baudin
Hello,
I would like to known if ti's possible to add a hint (to improve performance) on when creating the integration table ? I didn't see any option.
Example :
insert into [A].[B].I_ALARMES WITH (TABLOCK)
(
[LIGNE],
[POSTE_ID],
[ZONE]
)
select
Thanks