悦读乐园 -MCDBA SQL Server 2000考试指南(含盘,英文原版)
本书资料更新时间:2025-01-20 01:28:58

MCDBA SQL Server 2000考试指南(含盘,英文原版) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

MCDBA SQL Server 2000考试指南(含盘,英文原版)精美图片
》MCDBA SQL Server 2000考试指南(含盘,英文原版)电子书籍版权问题 请点击这里查看《

MCDBA SQL Server 2000考试指南(含盘,英文原版)书籍详细信息

  • ISBN:9787505375291
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2002-04
  • 页数:432
  • 价格:49.30
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-20 01:28:58

内容简介:

   本书是美国著名的出版商McGraw-Hill出版的畅销认证系列丛书All-in-One之一。包含微软认证数据库管理员(MCDBA)认证两门核心考试的内容,全面介绍了SQL Server的各种不同版本,包括每个版本支持的操作系统,以及SQL Server 2000的高级特性。读者可以学到如何进行本地和远程安装、管理Windows 2000 Server和SQL Server 2000以及管理和维护数据等内容。本书每章都包括详细的考试目标、实际练习和考试技巧,是一个实用的学习工具。

本书所附光盘中包含大量原汁原味的考试试题以及自适应测试引擎。本书不仅适用于准备MCDBA考试,也是设计、实现和管理Microsoft SQL Server数据库的重要资源。


书籍目录:

Introduction1

Chapter 1 Introducing Microsoft SQL Server 20003

Northwind Distributors Case Study3

Microsoft SQL Server 2000 Overview4

Implementation Architectures4

How Clients Communicate with SQL Server6

SQL Server Services8

Default Databases9

What a Database Includes10

New Features in SQL Server 200012

Planning a SQL Server 2000 Installation15

What Is the Primary Function of This Server?15

What Are the Performance and Redundancy Expectations?16

Will Replication Be Required?17

How Will SQL Server Be Licensed?17

Chapter Review18

Questions18

Answers19

Chapter 2 Installing SQL Server 200021

Installing SQL Server 200021

Performing a Local Installation21

Performing a Remote Installation25

Installing the Client Utilities27

Unattended Installation28

Upgrading to SQL Server 200031

Upgrade Requirements31

Upgrading SQL Server 7.0 to SQL Server 200031

Upgrading SQL Server 6.5 to SQL Server 200031

Troubleshooting SQL Server Installations35

Failed Installations and General Troubleshooting35

Connectivity Problems35

Uninstalling SQL Server 200035

Chapter Review36

Questions36

Answers38

Chapter 3 Configuring Microsoft SQL Server 200039

Verifying Your SQL Server 2000 Installation39

Windows 2000 Service Control Manager39

SQL Server Service Manager40

SQL Server Administration Tools42

SQL Server Enterprise Manager42

Client Network Utility45

Configure SQL XML Support in IIS46

Import and Export Data46

SQL Profiler47

SQL Query Analyzer48

Server Network Utility48

Common Configuration Tasks50

SQL Server Startup50

Connection Management52

Configuring Mail Support56

Configuring Network Libraries57

Introducing the Structured Query Language58

Transact-SQL Commands58

Using the SQL Query Designer64

Chapter Review66

Questions67

Answers69

Chapter 4 Creating SQL Server 2000 Databases70

What Is a SQL Server Database?70

Where the Data Is Stored71

Creating a Database72

Modifying a Database76

Available Database Options76

Setting Database Options80

Changing the Size of a Database82

Attaching and Detaching a Database84

Chapter Review86

Questions86

Answers88

Chapter 5 Creating and Managing Database Objects89

Introducing Tables89

Primary and Foreign Keys90

Creating a Table93

Modifying Tables98

Deleting Tables101

Introducing the Database Designer101

Introducing Constraints106

Introducing Indexes109

Creating an Index111

Deleting an Index112

Introducing Stored Procedures113

Executing Stored Procedures115

Creating Stored Procedures116

Modifying a Stored Procedure118

Deleting a Stored Procedure118

Introducing Triggers119

Creating a New Trigger120

Reviewing and Editing an Existing Trigger123

Introducing Views125

Examining Existing Views126

Accessing the Data in a View126

Creating Views127

Modifying Views130

Deleting Views132

Chapter Review132

Questions132

Answers134

Chapter 6 Managing and Monitoring SQL Server 2000 Security 136

Configuring the SQL Server Security Mode136

Windows Authentication Mode136

Mixed Mode138

Creating and Managing Logins139

Delegation and Impersonation143

Creating and Managing User Accounts143

Creating and Managing Security Roles145

Server Roles146

Database Roles147

Creating Database Roles149

Setting permissions in a database150

Enforce and manage security154

Manage Security Auditing154

Auditing Security with the SQL Profiler (SP)155

Chapter Reivew159

Questions160

Answers162

Chapter 7 Managing, Monitoring, and Troubleshooting SQL Server 2000 Databases163

Optimizing Database Performance163

Indexes164

The Index Tuning Wizard164

Customize Locking165

Recompiling170

Optimizing Hardware Use170

Managing Server Memory171

Managing Server Processors173

Managing Hard Drives174

Optimizing Files and Filegroups174

Performing Disaster Recovery Operations176

Performing Backups176

Recovering and Restoring Data182

Configuring, Maintaining, and Troubleshooting Log Shipping185

Performing Integrity Checks187

Using SQL Server Agent190

Creating and Managing Jobs190

Configuring Operators and Alerts193

Chapter Review195

Questions195

Answers197

Chapter 8 Extracting and Transforming Data with SQL Server 2000198

Supporting the Extensible Markup Language (XML)198

XML Overview199

Setting up IIS201

Importing and Exporting Data205

Using the Bulk Copy Program (BCP)206

Using Data Transformation Services (DTS)210

Introducing DTS211

Developing and Managing DTS Packages211

Transforming Data with DTS216

Managing Linked Servers218

Creating a Linked Server218

Executing Heterogeneous Queries220

Managing Replication Services220

Replication Service Architecture220

Implementing Replication222

Chapter Review240

Questions241

Answers242

Chapter 9 Developing a Logical Data Model243

Defining Entities244

Determining the Primary Entities244

Defining the Attributes of Your Entities244

Selecting a Level of Normalization245

Designing Entity Keys246

Primary Key246

Foreign Key247

UNIQUE Constraints248

Designing Attribute Domain Integrity249

CHECK Constraints250

Data Types250

Creating a User-Defined Data Type with the Enterprise Manager252

Selecting Attribute Properties253

Designing Logical Data Models from Business Scenarios255

Exercise #1: Southwest Bookstore255

Exercise #1: Southwest Bookstore Suggested Solution256

Chapter Review257

Questions258

Answers260

Chapter 10 Implementing the Physical Database261

Creating a New Database261

Database Properties263

Creating the Southwest Bookstore Database264

Creating Database Objects268

Creating Tables268

Creating Indexes276

Creating Views278

Creating Stored Procedures281

Creating User-Defined Functions285

Chapter Review288

Questions288

Answers289

Chapter 11 Retrieving and Modifying Data291

Performing Bulk Data Operations291

Using the Bulk Copy Program (BCP)292

Using the Bulk Insert T-SQL Command294

Using Data Transformation Services (DTS)296

Managing Data Using Transact-SQL304

Transact-SQL Commands305

Using Cursors with Transact-SQL310

Navigating a Cursor312

Accessing Data in a Heterogeneous Environment313

Creating a Linked Server313

Executing Queries to Linked Servers315

Accessing Data Using Heterogeneous Queries315

Returning Data Using XML317

Extensible Markup Language (XML) Overview317

Accessing XML Data with a URL319

Chapter Review321

Questions322

Answers324

Chapter 12 Programming Business Logic325

Designing Stored Procedures325

Creating Stored Procedures326

Using Input Parameters329

Using Output Parameters330

Modifying a Stored Procedure Using T-SQL331

Deleting a Stored Procedure332

Creating Triggers333

Creating a New Trigger333

Reviewing and Editing an Existing Trigger337

Developing User-Defined Functions339

Creating Views340

Implementing Views341

Accessing the Data in a View343

Modifying Views344

Deleting Views346

Chapter Review346

Questions347

Answers349

Chapter 13 Designing a Database Security Plan350

How SQL Server Manages Database Access350

Windows Authentication Mode350

Mixed Mode351

SQL Server Logins351

SQL Server Roles354

Controlling Table Access355

Restricting Access at the Table Level355

Restricting Access at the Column Level356

Controlling Access Using Other Database Objects358

Using Stored Procedures358

Using Triggers359

Using User-Defined Functions360

Controlling Access Using Views361

Using Application Roles362

Chapter Review363

Questions364

Answers365

Chapter 14 Tuning and Optimizing Data Access367

Optimizing Database Performance367

Indexes368

Customize Locking371

Analyzing Query Execution Plans375

Interactively Executing a Stored Procedure377

Using the SQL Profiler to Analyze Performance380

Chapter Review383

Questions384

Answers386

Appendix A Microsoft Certification Exam Prep 70-228387

Questions387

Answers398

Appendix B Microsoft Certification Exam Prep 70-229402

Questions402

Answers414


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

书籍介绍

本书是美国著名的出版商McGraw-Hill出版的畅销认证系列丛书All-in-One之一。包含微软认证数据库管理员(MCDBA)认证两门核心考试的内容,全面介绍了SQL Server的各种不同版本,包括每个版本支持的操作系统,以及SQL Server 2000的高级特性。读者可以学到如何进行本地和远程安装、管理Windows 2000 Server和SQL Server 2000以及管理和维护数


书籍真实打分

  • 故事情节:3分

  • 人物塑造:8分

  • 主题深度:3分

  • 文字风格:9分

  • 语言运用:6分

  • 文笔流畅:8分

  • 思想传递:8分

  • 知识深度:8分

  • 知识广度:6分

  • 实用性:9分

  • 章节划分:7分

  • 结构布局:3分

  • 新颖与独特:3分

  • 情感共鸣:8分

  • 引人入胜:9分

  • 现实相关:7分

  • 沉浸感:4分

  • 事实准确性:4分

  • 文化贡献:7分


网站评分

  • 书籍多样性:8分

  • 书籍信息完全性:9分

  • 网站更新速度:7分

  • 使用便利性:5分

  • 书籍清晰度:5分

  • 书籍格式兼容性:9分

  • 是否包含广告:9分

  • 加载速度:5分

  • 安全性:4分

  • 稳定性:5分

  • 搜索功能:6分

  • 下载便捷性:4分


下载点评

  • 种类多(498+)
  • 章节完整(241+)
  • 赚了(655+)
  • 差评少(89+)
  • 还行吧(535+)
  • 微信读书(549+)

下载评价

  • 网友 田***珊: ( 2025-01-05 01:18:34 )

    可以就是有些书搜不到

  • 网友 师***怡: ( 2025-01-03 17:09:55 )

    说的好不如用的好,真心很好。越来越完美

  • 网友 家***丝: ( 2025-01-03 19:33:43 )

    好6666666

  • 网友 石***烟: ( 2025-01-13 20:53:47 )

    还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的

  • 网友 蓬***之: ( 2025-01-09 10:44:38 )

    好棒good

  • 网友 饶***丽: ( 2024-12-26 08:01:14 )

    下载方式特简单,一直点就好了。

  • 网友 林***艳: ( 2024-12-24 13:27:47 )

    很好,能找到很多平常找不到的书。

  • 网友 益***琴: ( 2025-01-05 21:10:23 )

    好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。

  • 网友 国***舒: ( 2025-01-05 20:55:41 )

    中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到

  • 网友 通***蕊: ( 2025-01-05 13:53:15 )

    五颗星、五颗星,大赞还觉得不错!~~

  • 网友 后***之: ( 2025-01-15 23:18:13 )

    强烈推荐!无论下载速度还是书籍内容都没话说 真的很良心!

  • 网友 索***宸: ( 2024-12-26 02:17:45 )

    书的质量很好。资源多

  • 网友 利***巧: ( 2025-01-05 04:33:17 )

    差评。这个是收费的

  • 网友 辛***玮: ( 2024-12-29 02:48:36 )

    页面不错 整体风格喜欢

  • 网友 孔***旋: ( 2025-01-13 05:11:09 )

    很好。顶一个希望越来越好,一直支持。

  • 网友 康***溪: ( 2024-12-27 17:06:39 )

    强烈推荐!!!


随机推荐