Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
263 views
in Technique[技术] by (71.8m points)

how copy teradata table to Azure sql with Azure function?

I'm trying to copy data from one teradata table to a table in azure SQL using azure function, is this possible? can you give me a little example?

I can read the data with the teradata.client.provider, but I can't insert the data in the destination table in azure sql.

thanks u

question from:https://stackoverflow.com/questions/65926098/how-copy-teradata-table-to-azure-sql-with-azure-function

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

We can't help you build the code but we can give some suggestions and ideas.

If you want copy data from one teradata table to a table in azure SQL using azure function, the workaround should like this:

  1. Add bindings to Teradata table to get the data.
  2. Using entity to store the Teradata data.
  3. Then insert the entity to Azure SQL.

HTH.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...