5 new posts |
- Cloud Computing with the Windows Azure Platform
- Professional Microsoft SQL Server Analysis Services 2008 with MDX
- Professional Microsoft SQL Server 2008 Administration
- Professional Microsoft SQL Server 2008 Reporting Services
- Professional Microsoft SQL Server 2008 Integration Services
Cloud Computing with the Windows Azure Platform Posted: 19 Jan 2012 12:29 PM PST Book DescriptionLeverage the power of the Azure Services Platform for cloud computing With the Azure Services Platform, processing and storing data moves from individual corporate servers and Web sites to larger, more reliable, and more secure data centers. Roger Jennings, author of more than 30 books on Microsoft technologies, shows you how to leverage the power of Azure and its related services for cloud computing. The book begins with a look at the differences between cloud computing and application hosting and examines the various issues that .NET developers and IT managers face in moving from on-premise to cloud-based applications, including security, privacy, regulatory compliance, backup and recovery, asset cataloging, and other common technical issues. The author then drills down, showing basic programming for individual Azure components, including storage, SQL Data Services, and .NET Services. He then moves on to cover more advanced programming challenges.
Roger Jennings clears away the clouds and gets you started using the Azure Services Platform. From the Back Cover Cloud-based applications make it easier to share data, and the Azure Platform moves processing and storage from individual corporate servers and websites to large Microsoft data centers. With this book, Roger Jennings offers you an overview of cloud computing and shares his approach for hands-on programming of Windows Azure Storage Services (tables, blobs, and queues) and web, worker, and .NET Services applications. You’ll learn how to program with Azure components, while online chapters cover new SQL Azure Database and Workflow features.
Book Details
Related Posts
|
Professional Microsoft SQL Server Analysis Services 2008 with MDX Posted: 19 Jan 2012 10:49 AM PST Book Description
From the Back Cover You’ll explore everything that Analysis Services 2008 has to offer and examinethe important features of this product with the help of step-by-step instructionson building multi-dimensional databases. Within each chapter, you will not only learn how to use the features, but you’ll also discover more about the features at a user level and what happens behind the scenes to make things work. You’ll get a look at how features really operate, enabling you to understand how to use them to their full potential. Plus, you’ll sharpen your ability to debug problems that you might not have been able to otherwise. What you will learn from this book
Who this book is for Table of Contents Part I: Introduction. Part II: Advanced Topics Part III: Advanced Administration and Performance Optimization Part IV: Integration with Microsoft Products Part V: Scenarios Appendix A. MDX Functions Book Details
Related Posts
|
Professional Microsoft SQL Server 2008 Administration Posted: 19 Jan 2012 10:44 AM PST Book DescriptionSQL 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 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
Who this book is for Table of Contents Book Details
Related Posts
|
Professional Microsoft SQL Server 2008 Reporting Services Posted: 19 Jan 2012 10:38 AM PST Book Description
From the Back Cover SQL Server Reporting Services makes reporting faster and easier than ever. This hands-on guide will show you how to harness the full power of Reporting Services to create reporting and business intelligence solutions that meet your company’s needs. It walks you step-by-step through the fundamentals of designing the most effective reports by following careful planning considerations. The authors progress from beginning to advanced report design and filtering techniques, showing you the conditions where reports could be more efficient. They also explore holistic business intelligence solutions, comprehensive OLAP/Analysis Services reporting, and complete production-deployment scenarios. You’ll learn how to write custom expressions and program functions to meet specific reporting needs. This will help you design, build, and deploy reports with capabilities far greater than any other reporting tools you may have used in the past. The techniques covered in the book will also enable you to take reporting further than you have before and provide your users with real business intelligence. What you will learn from this book
Who this book is for Table of Contents Part I: Getting Started Part II: Report Design Part III: Business Intelligence Reporting Part IV: Enabling End-User Reporting with Report Builder 1.0 Part V: Administering Reporting Services Part VI: Reporting Services Integration and Custom Programming Appendix A. RDL Object Model Book Details
Related Posts
|
Professional Microsoft SQL Server 2008 Integration Services Posted: 19 Jan 2012 10:33 AM PST Book Description
From the Back Cover When SQL Server Integration Services (SSIS) was released to the market in SQL Server 2005, it took the Extract Transform Load (ETL) market by storm. Three years later, SQL Server 2008 has introduced an even more mature rendition of SSIS that is focused on improving the scalability and performance of SQL Server and also serves as a very powerful tool for performing ETL operations, which are central to data warehousing. With this book, an assembled team of professionals has combined their years of experience and tried-and-true best practices to present you with the tools to take your SSIS skill set to a new level. After a basic review of the fundamental concepts of SSIS, you’ll move on to more in-depth topics such as extending the engine, synchronizing systems incrementally, managing the SSIS platform, and more. Plus, helpful examples and real-world case studies demonstrate advanced concepts and techniques. Once you get past the initial learning curve of the 2008 version of SSIS, you’ll be amazed by the power, effectiveness, and timesaving ability of SSIS—all of which are aimed at making your life easier. What you will learn from this book
Who this book is for Table of Contents Book Details
Related Posts
|
You are subscribed to email updates from Wow! eBook - Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar