Start a new topic

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

Login to post a comment