Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Write Data returns "No Columns Returned"

mszpot89
9 - Comet

I made a ODBC connection and wanted to add excel data to the MS SQL Server data.

On Write-in DB step I get the Columns error. Is there a specific format of table name that has to be applied in Table name field?

 

The table is part of a schema but "schema_name.table" doesn't help.

image.png

 

 

1 REPLY 1
mszpot89
9 - Comet

Ok - I found it :)

Table name in Write in-db should go like this: Database_name.schema.table

Labels