MCDBA SQL Server 2000考试指南(含盘,英文原版) azw3 chm 地址 kindle 阿里云 下载 umd pdf

MCDBA SQL Server 2000考试指南(含盘,英文原版)电子书下载地址
- 文件名
- [epub 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) epub格式电子书
- [azw3 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) azw3格式电子书
- [pdf 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) pdf格式电子书
- [txt 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) txt格式电子书
- [mobi 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) mobi格式电子书
- [word 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) word格式电子书
- [kindle 下载] MCDBA SQL Server 2000考试指南(含盘,英文原版) kindle格式电子书
内容简介:
本书是美国著名的出版商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
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
本书是美国著名的出版商McGraw-Hill出版的畅销认证系列丛书All-in-One之一。包含微软认证数据库管理员(MCDBA)认证两门核心考试的内容,全面介绍了SQL Server的各种不同版本,包括每个版本支持的操作系统,以及SQL Server 2000的高级特性。读者可以学到如何进行本地和远程安装、管理Windows 2000 Server和SQL Server 2000以及管理和维护数
网站评分
书籍多样性:8分
书籍信息完全性:3分
网站更新速度:6分
使用便利性:5分
书籍清晰度:6分
书籍格式兼容性:7分
是否包含广告:6分
加载速度:4分
安全性:8分
稳定性:7分
搜索功能:5分
下载便捷性:4分
下载点评
- 赚了(347+)
- 中评多(178+)
- 微信读书(210+)
- 情节曲折(628+)
- epub(528+)
- 差评少(107+)
- 无多页(620+)
下载评价
- 网友 家***丝:
好6666666
- 网友 国***舒:
中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到
- 网友 饶***丽:
下载方式特简单,一直点就好了。
- 网友 瞿***香:
非常好就是加载有点儿慢。
- 网友 车***波:
很好,下载出来的内容没有乱码。
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 游***钰:
用了才知道好用,推荐!太好用了
- 网友 邱***洋:
不错,支持的格式很多
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 晏***媛:
够人性化!
- 网友 常***翠:
哈哈哈哈哈哈
- 网友 方***旋:
真的很好,里面很多小说都能搜到,但就是收费的太多了
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 谭***然:
如果不要钱就好了
- 网友 菱***兰:
特好。有好多书
喜欢"MCDBA SQL Server 2000考试指南(含盘,英文原版)"的人也看了
牛津中阶英汉双解词典(第5版) azw3 chm 地址 kindle 阿里云 下载 umd pdf
实用阀门设计手册 第4四版 陆培文 阀门设计阀门基础知识书籍 阀门结构配合精度 azw3 chm 地址 kindle 阿里云 下载 umd pdf
忠臣逆子(一部小说,足以写尽一个中国!) azw3 chm 地址 kindle 阿里云 下载 umd pdf
名利场全2册 azw3 chm 地址 kindle 阿里云 下载 umd pdf
冒险巧克力岛(全5册) azw3 chm 地址 kindle 阿里云 下载 umd pdf
爱丽丝漫游奇境记(插图版)/新课标无障碍经典阅读 azw3 chm 地址 kindle 阿里云 下载 umd pdf
怀孕前后宜与忌 azw3 chm 地址 kindle 阿里云 下载 umd pdf
剑桥雅思12周完全攻略-写作( 货号:755368120) azw3 chm 地址 kindle 阿里云 下载 umd pdf
十九世纪英国功利主义教育哲学研究 azw3 chm 地址 kindle 阿里云 下载 umd pdf
热点 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 欧也妮·葛朗台 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 认知战 谈云海 煤炭工业出版社【正版保证】 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 实用全新版系列-英汉词典 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 融合 2022年中通服设计院论文精选集 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 晨诵课(二年级上册) azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 三点一测丛书:高三化学 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 中药学综合知识与技能/2021执业药师考试考点速记突破胜经系列丛书 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 汉高祖刘邦传 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- MBAMPAMPAcc管理类经济类联考老吕逻辑母题800练(2022第7版)/老吕专项系列 azw3 chm 地址 kindle 阿里云 下载 umd pdf
- 汽车悬架转向与制动系统维修/国家中等职业教育改革发展示范学校建设系列教材 azw3 chm 地址 kindle 阿里云 下载 umd pdf
书籍真实打分
故事情节:8分
人物塑造:5分
主题深度:6分
文字风格:4分
语言运用:7分
文笔流畅:5分
思想传递:3分
知识深度:5分
知识广度:8分
实用性:8分
章节划分:3分
结构布局:9分
新颖与独特:5分
情感共鸣:4分
引人入胜:7分
现实相关:9分
沉浸感:4分
事实准确性:3分
文化贡献:8分