I have attached the AdventureWorks 2012 database
-
28 Juni 2012 0:23
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!
Semua Balasan
-
28 Juni 2012 5:01Moderator
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)
- Ditandai sebagai Jawaban oleh BlueScreen00 28 Juni 2012 13:10
-
28 Juni 2012 13:10This is great! Thanks!