楼主: tang2049

[精华] MS SQL Server 2005 eBooks

[复制链接]
论坛徽章:
5
授权会员
日期:2005-10-30 17:05:332008新春纪念徽章
日期:2008-02-13 12:43:03ITPUB9周年纪念徽章
日期:2010-10-08 09:28:51双黄蛋
日期:2013-02-27 09:50:51兰博基尼
日期:2013-12-16 11:31:57
411#
发表于 2006-9-29 10:08 | 只看该作者
多谢楼主。
楼主能否重新传一下Programming MS SQLServer 0605MS的PMSS 19.txt,附件有误,无法下载。 请楼主修复一下, 多谢!

使用道具 举报

回复
论坛徽章:
5
授权会员
日期:2005-10-30 17:05:332008新春纪念徽章
日期:2008-02-13 12:43:03ITPUB9周年纪念徽章
日期:2010-10-08 09:28:51双黄蛋
日期:2013-02-27 09:50:51兰博基尼
日期:2013-12-16 11:31:57
412#
发表于 2006-9-30 01:34 | 只看该作者
Up again. Please fix the problem. Thanks.

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
413#
 楼主| 发表于 2006-9-30 01:41 | 只看该作者
已经更新,请重新下载!

使用道具 举报

回复
论坛徽章:
0
414#
发表于 2006-10-5 09:46 | 只看该作者
These books are what I need.  Thanks.   You are great!!

使用道具 举报

回复
论坛徽章:
0
415#
发表于 2006-10-8 01:23 | 只看该作者
支持,不知楼主有没有sap相关的商务智能的书?

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
416#
 楼主| 发表于 2006-10-8 10:59 | 只看该作者
最初由 yuanqixun 发布
[B]支持,不知楼主有没有sap相关的商务智能的书? [/B]


这个好象我没有,呵呵……

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
417#
 楼主| 发表于 2006-10-17 21:34 | 只看该作者
今天继续更新几本新书!

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
418#
 楼主| 发表于 2006-10-17 21:35 | 只看该作者

MS SQL Server 2005 Applied Techniques Step by Step 0606MS

By  Solid Quality Learning

Publisher: Microsoft Press
Pub Date: April 19, 2006
Print ISBN-10: 0-7356-2316-3
Print ISBN-13: 978-0-7356-2316-3
Pages: 496

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
419#
 楼主| 发表于 2006-10-17 21:35 | 只看该作者

Overview

SQl Server 2005 is Microsofts next-generation data management and analysis solution that delivers increased security, scalability, and availability to enterprise data and analytical applications while making them easier to create, deploy, and manage. This is a skill-building, learn-by-doing tutorial to help developers and database administrators with basic product knowledge begin to master SQL Server 2005.

使用道具 举报

回复
论坛徽章:
7
六级虎吧徽章
日期:2009-03-30 21:56:32
420#
 楼主| 发表于 2006-10-17 21:36 | 只看该作者

Table of Contents

Copyright
    Introduction
    Acknowledgments
    Part I:  How to Create a SQL Server Database to Store Your Application Data
           Chapter 1.  Choosing Which Application Data to Store in Your Database
       Where to Store Application Settings
       Where to Store User Settings
       Where to Store XML Documents
       Where to Store External Application Files
       Conclusion
           Chapter 2.  Basic Database Security Principles
       Designing Network Security to Secure Your Database System
       Managing Access to SQL Server Instances
       Managing Access to SQL Server Databases
       Managing Access to Schemas
       Managing Access to Tables and Columns
       Managing Access to Programmable Objects
       Conclusion
           Chapter 3.  Disaster Recovery Techniques to Protect Your Database
       Using Full Database Backups
       Using Differential Backups
       Using Transaction Log Backups
       Recovering a Database
       Scheduling Backups Using the SQL Maintenance Plan Wizard
       Conclusion
           Chapter 4.  Transferring Your Database to Other Systems
       Using Backup and Restore to Transfer Your Data
       Using Detach and Attach to Transfer Your Data
       Using Replication to Transfer Your Data
       Using SSIS to Transfer Your Data
       Automating and Scheduling the Transfer of Your Data
       Conclusion
    Part II:  How to Query Data from SQL Server
           Chapter 5.  Computing Aggregates
       Counting Rows
       Computing Totals and Subtotals
       Computing Running Totals
       Computing Statistical Values
       Designing Your Own User-Defined Aggregates Using the CLR
       Conclusion
           Chapter 6.  Improving Query Performance
       Understanding Query Plans
       Creating Indexes to Provide Faster Query Execution
       Tuning Queries Using the Database Engine Tuning Advisor
       Conclusion
           Chapter 7.  Building Queries Dynamically
       A User Interface for Building Queries
       Retrieving Information about the Tables in a Database
       Sorting and Filtering Dynamically
       Parameters and Security in Dynamic Queries
       Conclusion
           Chapter 8.  Working with Data from Remote Data Sources
       Reading Data from Remote Sources at the Middle Tier
       Reading Data from Remote Sources in SQL Server
       Inserting, Updating, or Deleting Data from Remote Sources in SQL Server
       Conclusion
           Chapter 9.  Reading SQL Server Data from the Internet
       Direct Access to SQL Server
       Interoperability with Other Systems through HTTP Endpoints
       Access to SQL Server through an Extra Layer
       Conclusion
    Part III:  How to Modify Data in SQL Server
           Chapter 10.  Using Transactions to Provide Safe Database Concurrency
       Business Transactions and SQL Server Transactions
       Defining Transactions in SQL Server
       Managing Transaction Isolation
       Transactions in ADO.NET
       Conclusion
           Chapter 11.  Keeping History Data
       Taking a Snapshot of Your Database
       Summarizing Data in History Tables
       Summarizing Data in Indexed Views
       Tracking Changes Using Audit Columns and Audit Tables
       Conclusion
           Chapter 12.  Introduction to Reporting Services
       Requirements for a Reporting Solution
       Design Considerations
       Reporting Services Architecture
       Creating a Basic Report
       Conclusion
           Chapter 13.  Introduction to Notification Services
       A Notification Services Scenario
       Gathering Requirements
       Building the Application
       Running the Application
       Conclusion
    Index

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表