# After a quick primer on database design basics and the SQL query
language (for those programmers who may be building their first
database application), this book provides an overview of SQL Server
itself, which has been dramatically redesigned with the 2005 release
# Once readers have grasped the fundamentals of database design and SQL
concepts, they will then learn how to implement those concepts with
Microsoft SQL Server 2005
# Addresses creating and changing tables, managing keys, database
normalization, writing scripts, working with stored procedures,
programming with XML, and using SQL Server reporting and data
transformation services
# The companion Web site provides all of the code found in the book
SQL Server 2005: Новые возможности для разработчиков
Байдачный С., Маленко Д., Лозинский Ю.
18 декабря 2008
В ноябре 2005 года мир увидит
новую версию популярной системы управления базами данных — Microsoft
SQL Server 2005. В течение пяти лет компания Microsoft готовилась к
выходу этого продукта. В свою очередь, разработчики готовились к тому,
чтобы приступить к исследованию новых возможностей и как можно скорее
использовать их в своих приложениях. Эта книга поможет разработчикам
узнать обо всем новом еще до выхода официального релиза. Тут описаны
все новые возможности SQL Server, начиная от интеграции с CLR и
заканчивая созданием Web-служб под управлением SQL Server. Получите
знания первыми и станьте лучшими!
Если вы разработчик баз данных и знакомы с SQL Server 2000, то эта книга для вас!
Если вы разработчик баз данных и знакомы с SQL Server 2000, то эта книга для вас!
Programming Microsoft SQL Server 2000 With Xml
Malcolm G.
18 декабря 2008
For any developer who wants
to do more with XML and databases on Windows, Programming Microsoft SQL
Server 2000 with XML provides an up-to-date guide to some current XML
tools and features available on the Microsoft platform. This
example-packed book can let you get more productive with the latest
generation of SQL Server tools.
After a quick tour of what XML means for business today, whether in business to consumer (B2C), business to business (B2B), or business to enterprise (B2E) scenarios, this text jumps right in with a tutorial on using XML in Microsoft Transact-SQL (T-SQL) supported in SQL Server. The author provides nuts-and-bolts information on querying databases and returning XML, along with different options for formatting XML data.
Next comes a tutorial for using ActiveX Data Objects (ADO), the preferred standard for programming with databases in Windows, and how to use XML within this API. Short code excerpts will show you how to perform common programming tasks quickly. The support for XML in Microsoft doesn't stop there, of course, and the book next focuses in on support for Web publishing in SQL Server through XML. This powerful feature shows you how to define templates that can be used to query and update data via HTTP using URLs. Sections on mapping schemas show how XML can be used to move data between different database schemas. An important section on the T-SQL OpenXML function shows how to perform a range of database tasks, including inserting XML data in bulk into database tables.
In its closing sections, this text illustrates key technologies using a nicely functional online computer store complete with shopping basket, product catalog, and simulated order processing, all using XML techniques demonstrated earlier on.
In all, this book delivers a solid tour of what’s available in SQL Server, ADO, and other Microsoft tools and technologies. Suitable for any Windows IT professional who works with databases, this title is a capable tutorial and guide to what’s out there today with XML on the Microsoft platform.
After a quick tour of what XML means for business today, whether in business to consumer (B2C), business to business (B2B), or business to enterprise (B2E) scenarios, this text jumps right in with a tutorial on using XML in Microsoft Transact-SQL (T-SQL) supported in SQL Server. The author provides nuts-and-bolts information on querying databases and returning XML, along with different options for formatting XML data.
Next comes a tutorial for using ActiveX Data Objects (ADO), the preferred standard for programming with databases in Windows, and how to use XML within this API. Short code excerpts will show you how to perform common programming tasks quickly. The support for XML in Microsoft doesn't stop there, of course, and the book next focuses in on support for Web publishing in SQL Server through XML. This powerful feature shows you how to define templates that can be used to query and update data via HTTP using URLs. Sections on mapping schemas show how XML can be used to move data between different database schemas. An important section on the T-SQL OpenXML function shows how to perform a range of database tasks, including inserting XML data in bulk into database tables.
In its closing sections, this text illustrates key technologies using a nicely functional online computer store complete with shopping basket, product catalog, and simulated order processing, all using XML techniques demonstrated earlier on.
In all, this book delivers a solid tour of what’s available in SQL Server, ADO, and other Microsoft tools and technologies. Suitable for any Windows IT professional who works with databases, this title is a capable tutorial and guide to what’s out there today with XML on the Microsoft platform.
Beginning SQL Server 2005 for Developers: From Novice To Professional
Dewson R.
18 декабря 2008
SQL Server 2005 will increase
your programming options, productivity, analysis, and database
management. If you have some basic knowledge of relational databases
and want to start a career as a developer using SQL Server, then this
book is your ideal first step. It explains the core jobs and roles for
developing a database in both SQL Server 2000 and 2005.
This book features practical steps to help you overcome issues you're
likely to encounter. You'll learn to use SQL for querying, inserting,
updating, and deleting data. You'll also learn how to back up and
restore databases for basic administration in SQL Server. Further,
you'll cover how to build a complete database, from the fundamentals of
relational database design to table and index creation.
Additionally, you'll start to program in T-SQL, SQL Server's
implementation (and extension) of the SQL programming language, and
you'll come away with effective programming techniques using stored
procedures and triggers.
Inside Microsoft SQL Server 2005: T-SQL Programming
Ben-gan I., Sarka D., Wolter R.
18 декабря 2008
This thorough, hands-on
reference for database developers and administrators delivers expert
guidance on sophisticated uses of Transact-SQL (T-SQL)—one of the most
familiar and powerful programming languages for SQL Server. Written by
a T-SQL guru, this guide focuses on language features and how they are
interpreted and processed by the SQL Server execution engine. You’ll
get in-depth coverage of the sophisticated uses of T-SQL, including
triggers, user-defined functions, exception handling, and more. The
book explains and compares solutions to database-development problems
in both SQL Server 2000 and SQL Server 2005, discussing the new T-SQL
programming features added to SQL Server 2005 in detail. Includes
extensive code samples, table examples, and logic puzzles to help
database developers and administrators understand the intricacies and
help promote mastery of T-SQL.
SQL Server 2005 T-SQL Recipes: A Problem-Solution Approach
Sack J.
18 декабря 2008
Need to brush up on specific
SQL Server tasks, procedures, or Transact-SQL commands? Not finding
what you need from SQL Server books online? Or perhaps you just want to
familiarize yourself with the practical application of new T-SQL —
related features. SQL Server 2005 T-SQL Recipes: A Problem-Solution
Approach is an ideal book, whatever your level as a DBA or developer.
This "no-fluff" desk reference offers direct access to the information
you need to get the job done. It covers basic T-SQL data manipulation,
the use of stored procedures, triggers and UDFs, and advanced T-SQL
techniques for database security and maintenance. It also provides
hundreds of practical recipes that describe the utilities of features
and functions, with a minimim of background theory.
Additionally, this book provides "how-to" answers to common SQL Server
T-SQL questions, conceptual overviews, and highlights of new features
introduced in SQL Server 2005. It also features concise T-SQL syntax
examples, and you can use the book to prepare for a SQL Server-related
job interview or certification test.
Programming SQL Server 2005
Hamilton B.
18 декабря 2008
SQL Server 2005, Microsoft's
next-generation data management and analysis solution, represents a
huge leap forward. It comes with a myriad of changes that deliver
increased security, scalability, and power — making it the complete
data package. Used properly, SQL Server 2005 can help organizations of
all sizes meet their data challenges head on.
Programming SQL Server 2005 from O'Reilly provides a practical look at
this updated version of Microsoft's premier database product. It guides
you through all the new features, explaining how they work and how to
use them. The first half of the book examines the changes and new
features of the SQL Server Engine itself. The second addresses the
enhanced features and tools of the platform, including the new services
blended into this popular version. Each chapter contains numerous code
samples-written in C# and compiled using the Visual Studio 2005
development environment-that show you exactly how to program SQL Server
2005.
Programming SQL Server 2005 can help you:
Build, deploy, and manage enterprise applications that are more secure,
scalable, and reliable
Maximize IT productivity by reducing the complexity of building,
deploying, and managing database applications
Share data across multiple platforms, applications, and devices to make
it easier to connect internal and external systems
Because the goal of Programming SQL Server 2005 is to introduce all
facets of Programming SQL Server 2005, it's beneficial to programmers
of all levels. The book can be used as a primer by developers with
little or no experience with SQL Server, as a ramp up to the new
programming models for SQL Server 2005 for more experienced
programmers, or as background and primer to specific concepts.
Any IT professional who wants to learn about SQL Server 2005's
comprehensive feature set, interoperability with existing systems, and
automation of routine tasks will find the answers in this authoritative
guide.
Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET
Šunderi D.
18 декабря 2008
Essential for developers and database administrators who use SQL Server
2005 on a daily basis, this guide explains how to take full advantage
of stored procedures: operations that are stored with the database
server, allowing access to all clients.The book covers the design of
stored procedures in both T-SQL and CLR languages such as C# and Visual
Basic .NET and readers will learn to develop programmable database
objects and scalable Web-based applications.
Microsoft SQL Server 2005 Реализация и обслуживание
Solid Quality Learning
3 ноября 2008
Эта книга — подробное руководство по управлению базами данных Microsoft
SQL Server 2005.В ней даны пошаговые инструкции для установки и
конфигурирования SQL Server 2005, создания объектов баз данных,
секционирования, зеркального отображения баз данных, и работы с такими
компонентами, как Database Mail, Service Broker, SQL Server Agent и
Full-Text Search. Вы также познакомитесь с возможностями мониторинга и
настройки производительности SQL Server 2005. Книга позволяет
самостоятельно подготовиться к сдаче экзамена 70-431 — по базовому
экзамену по нескольким программам сертификации: Microsoft MCTC, MCITP и
др.
Программирование баз данных Microsoft SQL Server 2005. Базовый курс
Виейра Р.
5 октября 2008
Эта книга представляет собой исчерпывающее введение в программирование баз данных SQL Server 2005, которое будет полезно как начинающим, так и более опытным пользователям SQL Server. Она была полностью пересмотрена применительно к версии 2005 системы управления базами данных SQL Server и зарекомендовала себя в качестве авторитетного источника справочной и обзорной информации, которым читатель будет пользоваться в течение долгого времени после того, как освоит все необходимое для успешной работы по своей специальности.
Данная книга содержит фундаментальное описание SQL Server 2005, начиная с основных объектов, доступ к которым предоставляется с помощью языка SQL. Каждая следующая глава основана на материале предыдущей, поэтому переход ко все более сложным темам происходит постепенно. Прочитав эту книгу, читатель будет полностью подготовлен к самостоятельной работе с СУБД SQL Server 2005 в качестве программиста и при желании сможет перейти к изучению более сложной литературы, предназначенной для профессионалов.
Данная книга содержит фундаментальное описание SQL Server 2005, начиная с основных объектов, доступ к которым предоставляется с помощью языка SQL. Каждая следующая глава основана на материале предыдущей, поэтому переход ко все более сложным темам происходит постепенно. Прочитав эту книгу, читатель будет полностью подготовлен к самостоятельной работе с СУБД SQL Server 2005 в качестве программиста и при желании сможет перейти к изучению более сложной литературы, предназначенной для профессионалов.
Руководство по защите MS SQL Server от сбоев.
James Luetkehoelter
27 сентября 2008
1 What Is Disaster Recovery?
2 Making Database Backups
3 Restoring a Database
4 Backing Up and Restoring Files and Filegroups
5 Creating a Backup/Recovery Plan
6 Maintaining a Warm Standby Server via Log Shipping
7 Clustering
8 Database Mirroring
9 Database Snapshots
2 Making Database Backups
3 Restoring a Database
4 Backing Up and Restoring Files and Filegroups
5 Creating a Backup/Recovery Plan
6 Maintaining a Warm Standby Server via Log Shipping
7 Clustering
8 Database Mirroring
9 Database Snapshots
Профессиональное руководство по Transact-SQL
Хендерсон К.
27 сентября 2008
Кен Хендерсон хотел написать самую лучшую из возможных книг о практическом программировании на Transact-SQL. И ему это удалось. «Профессиональное руководство по Transact-SQL» будет для вас чем-то вроде путеводителя. Эту книгу легко читать, в ней много новых интересных идей и примеров кода. Хотя она посвящена исключительно Transact-SQL, вы увидите, что многие из подходов и методов будут работать с любым SQL-продуктом, ведь здесь описывается разработка высококачественного кода, независимо от его применения. Автор поставил перед собой задачу написать не только полезную, но и интересную книгу для программистов, в которой не было бы формализмов и от которой не веяло бы нафталином. Кен Хендерсон уверен, что технический писатель должен писать так, как говорят читатели. Так что читайте и наслаждайтесь!
Pro SQL Server 2008 Reporting Services
Rodney Landrum
18 сентября 2008
Take full advantage of everything SQL Server 2008 Reporting Services has to offer and deliver customizable, web–enabled reports across your business at a reasonable cost. Learn best–practices from professionals who use SQL Server Reporting Services daily to deliver solutions to paying clients and gain the competitive edge on using Microsoft’s enterprise–level reporting platform.
* Provides best–practices for using Reporting Services
* Written by practicing professionals with paying clients
* Your key to delivering business intelligence across the enterprise
* Provides best–practices for using Reporting Services
* Written by practicing professionals with paying clients
* Your key to delivering business intelligence across the enterprise
Pro SQL Server 2008 Service Broker Jul 2008
Klaus Aschenbrenner
18 сентября 2008
Service Broker is a key Microsoft product in support of message–based processing between applications. Pro SQL Server 2008 Service Broker helps you to take full advantage of this key Microsoft technology,
beginning from the fundamentals, moving through installation and application development, and ultimately showing you how to develop highly available and scalable applications based upon the Service–Oriented Architecture that is fast gaining ground as the way forward in application development.
- Comprehensive approach to developing with Service Broker
- Strong focus on best practices and real–world scenarios
- Covers the key aspects of distributed application design
What you’ll learn
- Understand the fundamentals of message–based processing.
- Install Service Broker and manage the environment.
- Design databases for service–oriented applications.
- Develop distributed applications.
- Build in scalability and high availablity.
- Apply best practices to avoid future trouble.
beginning from the fundamentals, moving through installation and application development, and ultimately showing you how to develop highly available and scalable applications based upon the Service–Oriented Architecture that is fast gaining ground as the way forward in application development.
- Comprehensive approach to developing with Service Broker
- Strong focus on best practices and real–world scenarios
- Covers the key aspects of distributed application design
What you’ll learn
- Understand the fundamentals of message–based processing.
- Install Service Broker and manage the environment.
- Design databases for service–oriented applications.
- Develop distributed applications.
- Build in scalability and high availablity.
- Apply best practices to avoid future trouble.
Microsoft SQL Server 2005 Analysis Services. OLAP и многомерный анализ данных
Александр Бергер, Ирина Горбач
14 августа 2008
Книга, написанная разработчиками Microsoft SQL Server 2005 Analysis Services, дает читателю полное представление об его функционировании и устройстве. В ней рассмотрены основы многомерного анализа данных и дано глубокое представление о многомерных моделях данных и устройстве OLAP-сервера. Описаны основные концепции языка доступа к многомерным данным MDX и его расширенные возможности, а также архитектура сервера, методы обработки данных и алгоритмы доступа к данным. Приведены внутренние и ннешние протоколы обмена данными, включая протокол XML/A. Рассмотрены алгоритмы управления ресурсами Analysis Services, в том числе алгоритмы управления памятью. Описан процесс создания эффективных клиентских приложений с использованием Analysis Services, механизмы интеграции многомерных и реляционных баз данных. Уделено внимание безопасности, а также администрированию Microsoft SOL Server 2005 Analysis Services.



Реклама
Лучшие новости