Microsoft MCTS
SQL Server 2005
Implementation and Maintenance Study Guide
(Exam 70-431)

ISBN: 0-470-02565-4

================================================================

Chapter 6

page 207.

It won’t work unless that user RosmanD is in “Administrators” Group and you login locally to the machine as RosmanD; Otherwise, you will get the error ” The specified schema name “dbo” either does not exist……” (This is only the workaround. You will learn how to do it in a better way later from the book. )

page 209

“select * from authors” should be ->  select * from person.address