I'm in the middle of designing a software system storing data in about 4000 tables in Microsoft SQL Server 2008. Does anyone have any pointers to ease management of such a large number of tables?
Thanks!
P.S.: It's already normalized.
I'm in the middle of designing a software system storing data in about 4000 tables in Microsoft SQL Server 2008. Does anyone have any pointers to ease management of such a large number of tables?
Thanks!
P.S.: It's already normalized.
About the only suggestion I can offer is learn to love the filter icon in SSMS to make it easier to find the objects you are looking for.
Use declarative Policy-Based Management instead of managing individual tables.