We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx write to SQL table issue

Joe_McCoy
8 - Asteroid

I am having an issue with a workflow which writes to a SQL table. The output is sorted by a Tile_SequenceNum and when output to any file type, retains it's row order, however, when the data is written into my SQL table using Overwrite Table(Drop) from either a standard output tool or a Write Data In-DB tool , it will randomly move rows around. Does anyone know how to prevent this? The data needs to be in order because this table feeds dropdown lists in other programs and the blanks break those.

 

Thanks,

Joe

tempsnip.png

2 REPLIES 2
apathetichell
20 - Arcturus

what kind of  "sql" are you writing to?

Joe_McCoy
8 - Asteroid

I am writing to a table in a DB on SQL Server 11.0.5388.0. If you need more info than that, I will have to ask someone.

 

Thank you,

Joe

Labels
Top Solution Authors