Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this solution

avatar

Hi,

One of the main differences that I can see is that the QueryDatabaseTableRecord has a RecordWriter which allows you to to decide the format of the output (Json, xml, csv , parquet ...etc.) where a service need to be setup for the record writer depending on the format, while the QueryDatabaseTable will only provide an Avro format output without the need to setup any record writer service. This is similar to the case of  processors ExecuteSQL vs ExecuteSQLRecord. Another important difference I see is the QueryDatabaseTable  has property setting for "Transaction Isolation Level" while the other doesn't

If that helps please accept solution.

Thanks

 

View solution in original post

Who agreed with this solution