what is the difference between xtk.session.write and sqlExec in terms of inserting and updating the data in schema | Community
Skip to main content
New Participant
March 6, 2024
Solved

what is the difference between xtk.session.write and sqlExec in terms of inserting and updating the data in schema

  • March 6, 2024
  • 1 reply
  • 570 views

@Parvesh_Parmar ,@AkshayAnand 

,@isahore ,@AndreaBriceno,@ParthaSarathy

,@ParthaS ,@Craig_Thonis ,@Manoj_Kumar_ ,@Amine_Abedour ,@Marcel_Szimonisz,@DavidKangni 

,@Amit_Kumar,@ShashankNigam02,@Ganesh5067, @Jonathon_wodnicki

@Amine_Abedour 

Hi All,

what is the difference between xtk.session.write and sqlExec in terms of inserting and updating the data in schema

when we should use xtk.session.write and sqlExec in terms of inserting and updating the data in schema

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AkshayAnand

Hi @dishasharma 

 

The main difference between those are :-

sqlExec executes an SQL script whereas Write uses and XML Doc.

Both can be used to Upsert data according to use cases.

 

Thanks

Akshay

1 reply

AkshayAnand
AkshayAnandAccepted solution
New Participant
March 7, 2024

Hi @dishasharma 

 

The main difference between those are :-

sqlExec executes an SQL script whereas Write uses and XML Doc.

Both can be used to Upsert data according to use cases.

 

Thanks

Akshay