Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Professional Microsoft SQL Server 2008 Administration and over 300,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
53 used & new from $26.50

Have one to sell? Sell yours here
 
   
Professional Microsoft SQL Server 2008 Administration (Wrox Programmer to Programmer)
 
 
Start reading Professional Microsoft SQL Server 2008 Administration on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Professional Microsoft SQL Server 2008 Administration (Wrox Programmer to Programmer) (Paperback)

by Brian Knight (Author), Ketan Patel (Author), Wayne Snyder (Author), Ross LoForte (Author), Steven Wort (Author)
Key Phrases: performance tuning, resource governor, indexing your database, Service Broker, Analysis Services, Management Studio (more...)
4.5 out of 5 stars See all reviews (2 customer reviews)

List Price: $49.99
Price: $31.49 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.50 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Friday, July 17? Choose One-Day Shipping at checkout. Details
40 new from $26.50 13 used from $26.52
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $28.34

Frequently Bought Together

Professional Microsoft SQL Server 2008 Administration (Wrox Programmer to Programmer) + Professional Microsoft SQL Server 2008 Integration Services (Wrox Programmer to Programmer) + Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)
Price For All Three: $95.97

Show availability and shipping details


Customers Who Bought This Item Also Bought

Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)

Professional Microsoft SQL Server 2008 Reporting Services (Wrox Programmer to Programmer)

by Paul Turley
3.0 out of 5 stars (3)  $32.99
Microsoft SQL Server 2008 Administrator's Pocket Consultant

Microsoft SQL Server 2008 Administrator's Pocket Consultant

by William R. Stanek
4.9 out of 5 stars (8)  $23.09
Microsoft® SQL Server® 2008 Internals (Pro - Developer)

Microsoft® SQL Server® 2008 Internals (Pro - Developer)

by Kalen Delaney
5.0 out of 5 stars (2)  $37.79
Microsoft SQL Server 2008 Management and Administration

Microsoft SQL Server 2008 Management and Administration

by Ross Mistry
4.6 out of 5 stars (7)  $26.39
Microsoft SQL Server 2008 Reporting Services

Microsoft SQL Server 2008 Reporting Services

by Brian Larson
4.5 out of 5 stars (8)  $31.49
Explore similar items

Editorial Reviews

Product Description

SQL Server 2008 represents a sizable jump forward in scalability, performance, and usability for the DBA, developer, and business intelligence (BI) developer. It is no longer unheard of to have 20-terabyte databases running on a SQL Server. SQL Server administration used to just be the job of a database administrator (DBA), but as SQL Server proliferates throughout smaller companies, many developers have begun to act as administrators as well. Additionally, some of the new features in SQL Server are more developer-centric, and poor configuration of these features can result in poor performance. SQL Server now enables you to manage the policies on hundreds of SQL Servers in your environment as if you were managing a single instance. We’ve provided a comprehensive, tutorial-based book to get you over the learning curve of how to configure and administer SQL Server 2008.

Whether you’re an administrator or developer using SQL Server, you can’t avoid wearing a DBA hat at some point. Developers often have SQL Server on their own workstations and must provide guidance to the administrator about how they’d like the production configured. Oftentimes, they’re responsible for creating the database tables and indexes. Administrators or DBAs support the production servers and often inherit the database from the developer.

This book is intended for developers, DBAs, and casual users who hope to administer or may already be administering a SQL Server 2008 system and its business intelligence features, such as Integration Services. This book is a professional book, meaning the authors assume that you know the basics about how to query a SQL Server and have some rudimentary concepts of SQL Server already. For example, this book does not show you how to create a database or walk you through the installation of SQL Server using the wizard. Instead, the author of the installation chapter may provide insight into how to use some of the more advanced concepts of the installation. Although this book does not cover how to query a SQL Server database, it does cover how to tune the queries you’ve already written.

The first ten chapters of the book are about administering the various areas of SQL Server, including the developer and business intelligence features. Chapter 1 briefly covers the architecture of SQL Server and the changing role of the DBA. Chapters 2 and 3 dive into best practices on installing and upgrading to SQL Server 2008. Managing your SQL Server database instance is talked about in Chapter 4. This chapter also describes some of the hidden tools you may not even know you have.

Once you know how to manage your SQL Server, you can learn in Chapter 5 how to automate many of the redundant monitoring and maintenance tasks. This chapter also discusses best practices on configuring SQL Server Agent. Chapters 6 and 7 cover how to properly administer and automate many tasks inside of the Microsoft business intelligence products, such as Integration Services and Analysis Services. Developers will find that Chapter 8 is very useful, as it covers how to administer the development features, such as SQL CLR. Chapter 9 explains how to secure your SQL Server from many common threats and how to create logins and users. Chapter 10 covers how to create a SQL Server project and do proper change management in promoting your scripts through the various environments. It also covers the Policy-Based Management framework in SQL Server.

Chapters 11 through 15 make up the performance tuning part of the book. Chapter 11 discusses how to choose the right hardware configuration for your SQL Server in order to achieve optimal performance. After the hardware and operating system is configured, Chapter 12 shows you how to optimize your SQL Server instance for the best performance. Chapter 13 describes how to monitor your SQL Server instance for problematic issues such as blocking and locking. Chapters 14 and 15 discuss how to optimize the T-SQL that accesses your tables and then how to index your tables appropriately.

Chapters 16 through 20 consist of the high-availability chapters of the book. Chapter 16 covers how to use the various forms of replication, while database mirroring is covered in Chapter 17. Classic issues and best practices with backing up and recovering your database are discussed in Chapter 18. Chapter 19 dives deeply into the role of log shipping in your high-availability strategy, and Chapter 20 presents a step-by-step guide to clustering your SQL Server and Windows 2008 server.

This edition of the book covers all the same great information we covered in the last book, and we’ve added loads of new content for SQL Server 2008, which adds numerous new features to improve the DBA’s life. In short, the new version of SQL Server focuses on improving your efficiency, the scale of your server, and the performance of your environment, so you can do more in much less time, and with fewer resources and people. This means you can manage many servers at one time using Policy-Based Management, scale your I/O load using compression, and collect valuable information about your environment using data collectors, to name just a few key new features.

To follow the examples in this book, you will need to have SQL Server 2008 installed. If you wish to learn how to administer the business intelligence features, you need to have Analysis Services and the Integration Services components installed. You need a machine that can support the minimum hardware requirements to run SQL Server 2008; and you also need the AdventureWorks2008 and AdventureWorksDW2008 databases installed. Instructions for accessing these databases can be found in the ReadMe file on this book’s Web site.

Some features in this book (especially in the high-availability part) require the Enterprise or Developer Edition of SQL Server. If you do not have this edition, you will still be able to follow through some of the examples in the chapter with Standard Edition.



From the Back Cover

Professional Microsoft® SQL Server® 2008 Administration

SQL Server 2008 represents a significant jump forward in scalability and performance. Database administrators — and developers as well — will need to master new methods for effectively managing increasingly large and complex SQL Server environments.

This author team of SQL Server experts arms you with unique tips, tricks, and workarounds, including managing and monitoring SQL Server, automating administration, clustering, performance tuning, handling backup and recovery, and more. You'll learn the various tools that are available to you with the 2008 release, as well as new features such as Performance Studio, Change Data Capture, Policy-based Management, and Query Governor. With a solid understanding of SQL Server 2008, you'll be able to confidently handle even the most difficult SQL Server admin issues.

What you will learn from this book

  • Best practices for SQL Server 2008 installation

  • Tips for troubleshooting and securing the database engine

  • How to automate SQL Server

  • Ways to index your database

  • Methods for monitoring your SQL Server instance

  • How to performance tune your SQL Server instance

Who this book is for

This book is for experienced database administrators who are interested in learning best pratices for administering SQL Server 2008.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


Product Details

  • Paperback: 912 pages
  • Publisher: Wrox (November 3, 2008)
  • Language: English
  • ISBN-10: 0470247967
  • ISBN-13: 978-0470247969
  • Product Dimensions: 9.1 x 7.4 x 2 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 4.5 out of 5 stars See all reviews (2 customer reviews)
  • Amazon.com Sales Rank: #95,382 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #54 in  Books > Computers & Internet > Microsoft > Development > SQL Server

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

2 Reviews
5 star:
 (1)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.5 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Read this before installing SQL Server 2008 in Production, May 31, 2009
A must read for setting up SQL Server. This book walks you through planning, installation all the way through setting up maintenance (Backup and restore). In addition the book is very thorough with lots of illustrations.

The first thing I noticed was in the planning stage the book provided a considerable amount of charts to determine not only which level of SQL Server and client licenses to install but also which components should be selected. This book also high-lights the differences between 2008 and previous versions. This was especially useful because I needed a reference that would advise me on changes. I have performed various installations and was surprised to read that the "Surface Area Configurator" was replaced with Policy-Based Management.

The Automating SQL Server section was great as I mentioned previously this section in particular had very good screen shots and explanations of the different options. In addition, it had various real world tips. Security is addressed throughout the book especially in "Integration Services".

I found it interesting that a whole chapter was devoted to "Change Management". The writer adds insight into VS Team System and how it can reconcile two database schemas and provides update scripts. In addition, what technical book is created that doesn't have a section on optimization and monitoring and here is not difference.

All in all I found the book very good from a DBA Installation/Optimization stand point. Just be aware that this is not a book if you are looking for creating Views, Stored Procedures, Database Diagrams and the like.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Perfect Book for DBA's on SQL Server 2008, June 17, 2009
Easy to follow and very well structured book for below topics

Best practices for SQL Server 2008 installation
Tips for troubleshooting and securing the database engine
How to automate SQL Server
Ways to index your database
Methods for monitoring your SQL Server instance
How to performance tune your SQL Server instance.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]


   


Product Information from the Amapedia Community

Beta (What's this?)



Look for Similar Items by Category


Avon: Free Shipping

Avon Mark Just Pinched Instant Blush Tint
Get free shipping on all Avon orders of $25 or more. Shop Avon's award-winning makeup, skin care, bath & body items, and more.

Shop Avon now

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Hitachi Power Tools

Shop for Hitachi tools
Hitachi carries a large line of professional-grade tools for residential and commercial construction, tradesman, and do-it-yourselfers.

Shop for Hitachi tools

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates