I have attached the AdventureWorks 2012 database
-
Thursday, June 28, 2012 12:23 AM
Now that I have attached the AdventureWorks2012 database, I'd like to learn everything that I can. Is there a tutorial or guide that goes along with it? With examples and projects to do?
Thanks!
All Replies
-
Thursday, June 28, 2012 5:01 AMModerator
Hello,
Many samples use AdventureWorks. SQL Server BOL uses AdventureWorks2012 extensively to illustrate SQL Server T-SQL. Please see the T-SQL code snippets at the bottom of each topic.
Transact-SQL Reference (Database Engine)
http://msdn.microsoft.com/en-us/library/bb510741
For instance,
Data Manipulation Language (DML) Statements (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ff848766
Data Definition Language (DDL) Statements (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ff848799
Built-in Functions (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ms174318
Control-of-Flow Language (Transact-SQL)
http://msdn.microsoft.com/en-us/library/ms174290
Stored Procedures in AdventureWorks (For SQL Server 2008, but still applies)
http://msdn.microsoft.com/en-us/library/ms124456(v=SQL.100).aspx
AdventureWorks Data Dictionary (For SQL Server 2008, but still applies)
- Marked As Answer by BlueScreen00 Thursday, June 28, 2012 1:10 PM
-
Thursday, June 28, 2012 1:10 PMThis is great! Thanks!

