Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SQL Programming Training Videos · SQL Server DBA Tutorials
     
SQL Server 2005 Training Videos             * SQL Programming Training Videos
* SQL Server DBA Tutorials
* More Videobooks...
Email
Password
Register
LearnSqlServer2005.com Subscriber Videos
An Overview of the AdventureWorks Database - Video Series
Video Image Video Category: Working with SQL Server 2005 Databases: Creation, Management and Best Practices

Skill Level: 100 (Beginner)

Versions/Editions Covered: SQL Server 2005
AdventureWorks is a very important database in SQL Server 2005 because it (a) is designed to show you how to (correctly) use many of the new features in SQL Server 2005 (as befits a sample database from Microsoft), and (b) it is used in most of the examples in the Books Online, and (c) because so many people use AdventureWorks in their demos! This video series walks you through the AdventureWorks architecture and tries to make sense of it all. AdventureWorks can be intimidating for someone new to SQL Server 2005 but, after watching this series of videos, you'll have a much stronger knowledge of the design and decisions in AdventureWorks.

Videos in this Series:

< Return to list of all videos

Miscellaneous Bits & Pieces:
Performance Tip: "WHERE LastName LIKE 'Sm%'" is a fast query but "WHERE column LIKE '%Sm%' is a performance killer. Imagine searching in a phone book for anyone whose last name starts with 'Sm' - easy right? Now try to find anyone whose last name contains the two letters 'sm'. There's a huge difference in the number of pages required to satisfy the two queries
Windows Server 2003 Service Pack 1: You can now run domain controllers on a virtual machine
SQL Server 7.0 was the first time that SQL Server supported bullable BIT data types. Previous versions could only be 1 or 0
Company News
For about the cost of a single technical book you watch our video tutorials
Other Websites We Offer
LearnCSharp.com
Don't Forget!
Become a Guru
 
     
Home | About Us | Advertising | Become an Author | Contact Us | Privacy | System Req's | Terms | Testimonials | Work for Us! | Blogs | Site Map Refer a Friend and Get a Free Subscription!
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners.
This site is not affiliated in any way with the Microsoft Corporation.
7/3/2008 10:05:23 PM