Fri 26 Jan 2007
Errata for SQL Server 2005 (SYBEX – MCTS)
Posted by Stephen under Tech - Database Admin. , Technical Reference - AllNo Comments
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











