|
Beginning SQL Server 2008 for Developers: From Novice to Professional |  | Author: Robin Dewson Publisher: Apress Category: Book
List Price: $49.99 Buy New: $12.35 as of 7/30/2010 03:53 CDT details You Save: $37.64 (75%)
New (28) Used (23) from $12.09
Seller: best_bargain_books3 Rating: 11 reviews Sales Rank: 28155
Media: Paperback Edition: 1 Pages: 496 Number Of Items: 1 Shipping Weight (lbs): 1.8 Dimensions (in): 9.2 x 7.5 x 1.2
ISBN: 1590599586 Dewey Decimal Number: 005.2768 EAN: 9781590599587 ASIN: 1590599586
Publication Date: July 24, 2008 Availability: Usually ships in 1-2 business days
| |
| Also Available In:
|
| Similar Items:
| |
| Editorial Reviews:
Product Description
SQL Server 2008 is a first–rate database management system. It offers more capability than any previous release of SQL Server. More than just a classic relational database management system, SQL Server 2008 includes exciting and powerful features that make it useful for everything from large corporate data warehouses to ad hoc departmental databases. You’ll find enhanced support for XML, new support for spatial data, transparent data encryption, a policy–based management system, and more. Author and developer Robin Dewson will show you the way from beginner to SQL Server 2008 professional. Learn to install SQL Server 2008 and navigate around Management Studio before getting right to the heart of mastering fundamental SQL Server 2008 tasks: creating tables, storing data, securing data, and retrieving it again. Dewson ensures you’ll be fully prepared to use all the basics and create a solid foundation for your own projects. Don’t forget about backups! Your database will house important data, so backing up is essential to protect yourself from inevitable hardware failure. Dewson walks you through SQL Server 2008’s easy–to–use backup and recovery feature set, giving you the grounding that you need in order to set up a reliable plan for recovery in your own environment. Learn to use Transact–SQL, a full–blown procedural language that is built right into the database system. Transact–SQL is the key to unlocking everything that SQL Server 2008 has to offer. Using Transact–SQL, you can write centrally encapsulated business logic through the use of stored procedures, automatically trigger processing through the use of triggers, and manipulate data within the server without having to move data back and forth across the network. Finally, you’ll learn a bit about SQL Server 2008 Reporting Services, a powerful tool that allows enterprise reporting. Reporting Services enables you to develop and serve reports across your organization and even to business partners outside your company. Reporting Services also gives end users the ability to create their own reports, helping them transform business data into valuable, usable information to guide their day–to–day decisions. What you’ll learn - Install and manage SQL Server on your system.
- Create and secure tables.
- Store and query data; use indexes to improve query performance.
- “Sleep when the wind blows,” because you have a solid backup and recovery process.
- Run procedural code inside your database in the form of Transact–SQL procedures and triggers.
- Serve up business reports to in–house users and outside business partners via SQL Server 2008 Reporting Services.
Who is this book for? Developers new to SQL Server 2008. If you are just beginning to develop software using SQL Server 2008, or if you are planning to do so in the near future, this book will set you on the road to success. About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to knowbut without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!
|
| Customer Reviews:
Showing reviews 1-5 of 11
Worse book ever May 15, 2010 M. Lundmark (W. Lafayette, IN USA) 2 out of 2 found this review helpful
I read through a few chapters patiently and still didn't see anything about coding. It's more like an introduction to System DBA (and not a good one either.) This book includes so many things, but none of them detailed enough at all. Then when I read the part that OLTP should have MANY indexes and OLAP shouldn't, I almost stopped reading this book. But I told myself I should give it a chance and at least read the part for developers. Nope, I learned nothing new. So disappointed! What a waste of my time and money!
sql 2008 a great primer May 8, 2010 W. Simons 1 out of 1 found this review helpful
Unfortunately, their are not too many introductory sql books that do not even give very much information at all on how to create databases, tables, t-sql, dml, ddl the right way in sql management studio.
This book answers the biggest question on how to use sql management studio tools correctly.....
how many different ways can I create a table in sql management studio??? Why are roles important? Creating schemas? How can I create a table than apply t-sql??? How can I protect t-sql thru DDL??
This foundational book(which should be renamed sql server 2008 management studio) which should be mandatory for every sql developer or dba. This book makes me want to learn more about the sql business intelligence management studio. The sad truth is that alot of t-sql books assume a person knows how to create a table and then apply
sql.This book starts from the beginning and shows you various ways to create a table by creating roles or schemas and then apply t-sql and then apply ddl to help you protect the data.
If you want to learn advanced functions of business intelligence studio, reporting services, t-sql, ddl, dml
studio than you should learn this book and then move into those advanced topics....
Doesn't even cover replication April 4, 2010 Darleen A. Kimbrell (Cleveland, OH) 1 out of 1 found this review helpful
I'm a tech manual junkie and have several favorite authors (Mark Minasi and Virginia Andersen to name a couple). Seeing as my "regulars" haven't written any books on SQL Server, I tried out this one by Robin Dewson. From the first couple pages of this book, I was afraid I had made a poor purchase. About 1/3 the way in I decided to return it and get a different book on SQL Server. The grammar is convoluted and just plain improper in some places - always a red flag. As an example of poor grammar, here is an actual sentence: "This is where having a constraint defined will ensure that unique values can only be entered into columns defined within the constraint." That is the first sentence of a paragraph. What is "This"??? I found myself having to read certain paragraphs over and over before granting myself that it was not just that I couldn't understand the concept of what was being presented, but that the writing was too poor to be understood.
When I finally gave up on trying to read the book front to back, I decided to just jump to the section that I mainly purchased the book for: to understand replication. However, when I looked up "replication" in the index, it wasn't even there! The book says "from Novice to Professional". So why is replication not even touched on? I'm very disappointed. And I need to understand replication by next week, so now I have to run up to the local bookstore and get a new book.
Not for Developers March 21, 2010 Greg Klinkel (Boulder, CO USA) 3 out of 3 found this review helpful
I have been very disappointed in this book. I am a software developer with many years of relatively lightweight knowledge of SQL. I hoped that this book would teach me a greater depth of knowledge of SQL, including how to master various types of joins, group by, having, etc.
You can imagine my surprise when I looked up the GROUP BY topic and found only one-half page of descriptive text, followed by less than a page of example. There was only a cursory discussion of this topic, which I found very disappointing.
This same disappointment has played out on every topic I have tried to explore to broaden my understanding of SQL. One would expect a book of nearly 500 pages to have some depth on fundamental topics.
I don't really know who would benefit from this book. This is clearly NOT a book for a developer such as myself, and it did not take me "from novice to professional" as I had expected.
If you are looking to broaden your understanding of SQL, look elsewhere.
Nice Intro !! March 1, 2010 V. A. Raghavan 1 out of 1 found this review helpful
This book is exactly what the title says - a quick yet sufficiently complete introduction to MS SQL 2008 server. If you are not the main DBA but would like a quick introduction to MS SQL 2008- then this book is for you. The authors have done a great job in sticking to the needs of the core audience throughout the book.The only thing I would have liked is the T-SQL and advanced T-SQL chapters moved more towards the beginning instead of at the end.
Showing reviews 1-5 of 11
|
|
|
CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME. Copyright 2009, SQL Server 2008 Books. All Rights Reserved.
In association with Amazon.com | |