Welcome to the SQL Server 2008 Development Course web page!
Here you will find useful links and information that I have gathered while teaching this course.
Setup
How to install the sample databases:
First, make sure to install the Northwind database from the CD that comes with the textbook (MCTS Exam 70-433 Training Kit).
Then, install the AdventureWorks2008 and AdventureWorksDW2008 databases from http://msftdbprodsamples.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=18407.
Don’t bother to install the Adventureworks databases from the CD – it won’t work.
After you complete the installation you should see at least the following databases listed in SSMS: AdentureWorks2008, AdventureWorksDW2008, and Northwind.
SQL for Beginners
This course is based on the Microsoft SQL Server 2008 – Database Development Training Kit which can be purchased @ http://www.amazon.com/MCTS-Self-Paced-Training-Exam-70-433/dp/0735626391
This course covers a lot of content so if you are only starting to learn SQL, I highly recommend you follow an online SQL tutorial such as http://www.sqlcourse.com or better yet, read the book Microsoft SQL Server 2008 For Dummies which can purchased from Amazon @ http://www.amazon.com/Microsoft-Server-2008-Dummies-Computer/dp/0470224657. I have read this book myself and I always recommend it to my students – especially if the student has little or no prior SQL experience. Don’t let the “dummies” title fool you – this book is loaded with goodness – it covers, among other things: CRUD SQL operations, Stored Procedures, Aggregate Functions, Table Creation, Data types, Triggers, Replication, Mirroring, and much much more.
Course Material
The following are online resources that explain material much better than the explanation found in the training kit provided by Microsoft Press for certification exam 70-433.
- Group By/Having/Grouping/Grouping Sets
- Join Examples
- GO Batch Command
- SQL Strings with a ‘N’ prefix
- Analyzing data with ROLLUP and CUBE (PL/SQL examples but very similar to T-SQL)
- Recursive queries using CTEs (Common Table Expressions)
- Subqueries
- Ranking functions
- Apply Operator
- Filestreams
- Merge
- Temporary Tables & Table Variables
- Create a copy of a table quickly
- Deadlocks
- Collations
Where do I take the certification exam test?
Go to the Prometric website @ http://www.prometric.com/Microsoft
You will be able to schedule your test and locate a test center near you.