Info

You are currently browsing the archives for the Tech - Database Admin. category.

Calendar
May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  
Categories

Archive for the Tech - Database Admin. Category

Errata for SQL Server 2005 (SYBEX - MCTS)

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

|