Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
JSey
Creator
Creator

Querying MS SQL/Dynamics account

Hi

I need to pull data from a MS SQL database that was exported from MS Dynamics. Using the account example, there is techincally a accountbase table, and an accountExtension table. From SQL Server Management Studio, I can create query for only account and it would return rows from both tables. Is there a way to only query account in Talend Open Studio Data Integration (instead of having to query both accountbase and accountExtension)? Here is the schema from DB connection, showing both accountbase and account extension. Thank you for your suggestions.

0693p00000BXMcdAAH.png

Labels (3)
1 Solution

Accepted Solutions
JSey
Creator
Creator
Author

It turns out you can also just query for account with the tDBInput component.

View solution in original post

1 Reply
JSey
Creator
Creator
Author

It turns out you can also just query for account with the tDBInput component.