Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello everyone,
I'm trying to copy some tables from SAP R/3 (MS SQL), but when I attempt this, the system tries to list all tables. Due to the large number of tables, it's impossible to display the entire list.
Has anyone encountered a similar issue or have suggestions on how to handle this?
Thanks in advance!
Solved! Go to Solution.
@verianalizi, my apologies here as above mentioned can be achived from data factory pipelines.
can you please confirm once you have given connection details and click next, it should list all the tables like show below.
as you mentioned issue with listing huge number of tables, this might be due to limitations that is mentioned in Fabric documentation here. PFB screenshot for same.
additionally, below copy job is in preview mode and i request you to please submit your feedback in documentation. your input is valuable and will help other users who might have similar questions. We appreciate your effort in sharing your thoughts
What is Copy job (preview) in Data Factory - Microsoft Fabric | Microsoft Learn
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
Actually I want to try the new feature "Copy Job".
Hi @verianalizi,
Hope your doing well.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided helps you?
Your feedback is important to us, Looking forward to your response.
please find below similar solved threads in community:
Solved: Copy Job (preview) On-Premise to Fabric DW - Microsoft Fabric Community
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
Hi @verianalizi, Hope your doing well.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided helps you?
Your feedback is important to us, Looking forward to your response.
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
@verianalizi , As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided helps you? or let us know if you need any further assistance here?
Your feedback is important to us, Looking forward to your response.
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
Use a Query to Limit the Table List
Instead of listing all tables, use a custom query to narrow down the list of tables you need. The "Copy Job" feature should allow you to specify a source query.
Steps:
SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME LIKE 'Z%' -- Example to filter custom SAP tables
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
Hi @verianalizi,
Thanks for reachoing Microsoft Fabric community Support.
Here are a few potential solutions you could try to handle this issue:
Use SQL queries like:
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME LIKE 'YourPattern%' -- or other filtering conditions
ORDER BY TABLE_NAME
For example: SELECT * FROM YourTableName
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
Hello,
As you can see there is no such an option.
@verianalizi, my apologies here as above mentioned can be achived from data factory pipelines.
can you please confirm once you have given connection details and click next, it should list all the tables like show below.
as you mentioned issue with listing huge number of tables, this might be due to limitations that is mentioned in Fabric documentation here. PFB screenshot for same.
additionally, below copy job is in preview mode and i request you to please submit your feedback in documentation. your input is valuable and will help other users who might have similar questions. We appreciate your effort in sharing your thoughts
What is Copy job (preview) in Data Factory - Microsoft Fabric | Microsoft Learn
Thanks,
Prashanth Are
MS Fabric community support.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos"
User | Count |
---|---|
29 | |
10 | |
4 | |
3 | |
1 |
User | Count |
---|---|
45 | |
15 | |
14 | |
10 | |
9 |