Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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