Alteryx Designer Desktop Discussions

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

Write Data In-DB without specifying collation

Abbie_Hill
6 - Meteoroid

Hi 

 

Is it possible to write a table out to my database with a specific collation or without specifying one? Our Database team are requesting tables use the same collation as the database - SQL_Latin1_General_CP1_CI_AI  

 

Thanks

 

Abbie

2 REPLIES 2
cmcclellan
13 - Pulsar

Two methods I can think of ..... 

 

- the DBAs should be able to make it a default, OR

- set it in the pre-create SQL statement

Abbie_Hill
6 - Meteoroid

Thank you!

 

I'll take a look setting in the pre-create SQL statement.

Labels