Forum Discussion
AishwariyaV
7 years agoHelper IV
loading only the needed tables from SQL Server
Hi all,
Is there any way to make restrictions, so that I will be able to load ONLY the tables that is required, from the data source.
5 Replies
- AnonymousNot applicable
I don't really understand your question.
When you connect to your data source you manually select which tables you need.
- AishwariyaVHelper IV
The problem is, the dataset which I have has more than 10000 tables.
When Previewing, it is showing only 10000 tables.
- AnonymousNot applicable
With tables you mean records right? And that's normal, preview only shows a subset of your data. Once you load it, it should contain however many records you have.