I always tried to learn using the most recent versions of SQL Server, books, articles, docs.
I started to doubt whether it is efficient. I've got a feeling that I am frequently inefficiently loosing time with learning materials based on bloated AdventureWorksXXX sample databases from SQL Server 2005+.
Even simplest principles and concepts are blurred with unwieldy query examples, results, tables, data, schemes, relations, etc. in
Would not it be better to self-study database design on much more small and observable SQL Server 2000 (Pub, Northwind) sample databases, articles, books, on-line courses?
What shall I loose with this approach?
What are the differences in database design between SQL Server 2000 and 2008 R2 to be aware?
Update:
I did not mean installing SQL Server 2000 but having Pubs+Northwind on SQL Server 2008R2 in addition to new sample databases.
Update2: always having all them installed in Windows 2008R2. This is not question how to install sample databases.