Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

SQL table updation

Nandakishore
8 - Asteroid

Hello,

 

How to bring down the time taken to update and insert records within SQL using Alteryx solution . 

 

Thankyou . 

3 REPLIES 3
ed_hayter
13 - Pulsar

Without knowing the details you could use a formula tool  with the following function:

 

datetimetoday()

 

To assign a timestamp to records before writing records to the database.

 

If you are using the IN-DB Formula tool a function like GETDATE() should get you the timestamp for the current DB you are connected to.

Nandakishore
8 - Asteroid

Hi @ed_hayter  ,

 

Thanks for reply .

 

Iam actually looking a way how to load the records faster into the db . Is there any smart way to do it .

 

Thanks

ed_hayter
13 - Pulsar

When writing to database are you using a Bulk Loader connection? If that is an available option to you it can improve write speeds.

 

image.png

 

also a range of ideas at this link 

 

https://knowledge.alteryx.com/index/s/article/How-to-troubleshoot-slow-DB-speed

Labels
Top Solution Authors