vote up 0 vote down star
1

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.

flag
1  
What problems are you having? Most database scripts are already set up to handle multiple tables. – Sam Aug 11 at 21:10
1  
I'm curious to know what type of system uses 4000 tables too! – Sam Aug 11 at 21:11
Dear God... Are these all performing unique functions? – squillman Aug 11 at 21:24
1  
Sam: sp_foreachtable will be very handy I'm sure. I'm not really concerned about SQL Server's capabilities as much as the process of keeping it organized for people to understand. It's an ERP system. – AJ Aug 11 at 21:32

2 Answers

vote up 0 vote down check

Use declarative Policy-Based Management instead of managing individual tables.

link|flag
Ooh... I like this. – AJ Aug 12 at 18:08
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.