Start a new topic
Answered

Add a hint to integration table insert

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


Best Answer

Hello,


There is no way to make it natively, you should import the template and modify it manually.


Best Regard

1 Comment

Answer

Hello,


There is no way to make it natively, you should import the template and modify it manually.


Best Regard

Login to post a comment