Hi All.
Total Maximum number of tables in dataverse that can be created?

Hi All.
Total Maximum number of tables in dataverse that can be created?
Hi @DK_Kumar,
There is no specified limit on the number of tables for Dataverse. You can refer to the SQL Server limits since relational data is stored there. SQL doesn't impose a limit on number of tables, but instead the number of total database objects (~2 Billion). There is a limit of 1024 columns per table that you should be aware of, but otherwise you will exceed your Dataverse storage capacity long before you hit any metadata limits.
---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.