Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

Script to create TSQL2012 sample database from book "Training kit (70-461) Querying Microsoft SQL server 2012" by Itzia-ben-Gan

$
0
0

Got this book in order to prepare for "Training Kit Exam 70-461" by Itzia-ben-Gan, Dejan Sarka, Ron Talmage.

Here it says -

"TSQL2012 sample database and source code Most exercises in this Training Kit
use a sample database called TSQL2012. The companion content for the Training Kit
includes a compressed file called TK70461_Scripts.zip that contains the book’s source
code, exercises, and a script file called TSQL2012.sql that you use to create the sample
database. You can find the compressed file on the companion CD. You can also download
it from O’Reilly’s website at http://go.microsoft.com/FWLink/?Linkid=263548 and
from the authors’ website at http://tsql.solidq.com/books/tk70461/."

Now my question is where is the script which will 'create' the database TSQL2012 ?

the above websites gave me foldervise/chaptervise SQL scripts which contains exact sql code as examples in the book and sql code for the chaptervise exercises.

I am looking for the script which has 'CREATE','INSERT' etc statements, table creation and data creation on which i can execute the above queries. Do i have to create it myself ?


Viewing all articles
Browse latest Browse all 23857

Trending Articles