I am working on C# application to create tables dynamically in a database. What is the maximum number of tables that one single database can hold or best practice for the number of tables to have in a database? The tables are not related to each other.
Note: Database is set to auto grow. There will be no max size for that database.