Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a microsoft sql server connection,
the connection is succesfull no issues on that,
When I give all the details and click on Get schema.
I am getting the attached error.
Hi
The 'Guess schema' button is used to guess the schema based on the SQL in the query field, make sure you have written the SQL in the query field, from my experiences, it only works for simple query, we usually add manually the columns on the schema to map the selected fields of query.
Regards
Shong
@shong,I am getting this error even when I try selecting s single column
Can you please provide the following information for us to be more better evaluate the issue, we need to check if it was a bug.
Which version of studio?
Which operating system?
A sample SQL?
Regards
Shong
@Shicong Hong Version:Talend Open Studio 7.3.1
OS:Windows 10
Query: "Select * from Source_Table"