注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網(wǎng)絡認證與等級考試Micosoft認證DOS實用大全:.0-V6.0

DOS實用大全:.0-V6.0

DOS實用大全:.0-V6.0

定 價:¥180.00

作 者: 鄭甫京,張軍編著
出版社: 清華大學出版社
叢編項: V2.0—V6.0
標 簽: 微軟認證

ISBN: 9787302014805 出版時間: 1994-01-01 包裝: 平裝
開本: 26cm 頁數(shù): 483 字數(shù):  

內容簡介

  內容簡介DOS磁盤操作系統(tǒng)在我國廣泛地應用,其最新版本DOS6.0也正在逐步推廣。為使用戶較快地了解和應用最新版本,作者對原“DOS實用大全”進行了修訂,增加了DOS6.0的全部內容。全書共分十八章,系統(tǒng)地介紹了DOS的文件和目錄操作、磁盤和內存的管理、數(shù)據(jù)輸入、輸出和保護技術以及系統(tǒng)配置和外部設備管理等內容,并詳細敘述了行編輯EDLIN、調試程序DEBUG、全屏幕編輯EDIT以及漢字操作系統(tǒng)的各種命令和操作方法。最后兩章按字母順序給出了各版本的所有命令和設備驅動程序的詳細解釋。全書內容由淺入深,循序漸進,實例豐富。本書可作為操作系統(tǒng)課程的參考教材及各類培訓班的DOS教材,也可作為廣大計算機用戶的參考手冊。

作者簡介

暫缺《DOS實用大全:.0-V6.0》作者簡介

圖書目錄

Introduction                  
 Course Materials                  
 Prerequisites                  
 Course Outline                  
 Setup                  
 Microsoft Official Curriculum                  
 Microsoft Certified Professional Program                  
 Facilities                  
                   
 Module 1: SQL Server Overview                  
 What Is SQL Server?                  
 SQL Server Integration                  
 SQL Server Databases                  
 SQL Server Security                  
 Working with SQL Server                  
 Lab A: SQL Server Overview                  
 Review                  
                   
 Module 2: Overview of Programming SQL Server                  
 Designing Enterprise Application Architecture                  
 SQL Server Programming Tools                  
 The Transact-SQL Programming Language                  
 Elements of Transact-SQL                  
 Additional Language Elements                  
 Ways to Execute Transact-SQL Statements                  
 Recommended Practices                  
 Lab A: Overview of Transact-SQL                  
 Review                  
                   
 Module 3: Creating and Managing Databases                  
 Creating Databases                  
 Creating Filegroups                  
 Managing Databases                  
 Introduction to Data Structures                  
 Recommended Practices                  
 Lab A: Creating and Managing Databases                  
 Review                  
                   
 Module 4: Creating Data Types and Tables                  
 Creating Data Types                  
 Creating Tables                  
 Generating Column Values                  
 Generating Scripts                  
 Recommended Practices                  
 Lab A: Creating Data Types and Tables                  
 Review                  
                   
 Module 5: Implementing Data Integrity                  
 Types of Data Integrity                  
 Enforcing Data Integrity                  
 Defining Constraints                  
 Types of Constraints                  
 Disabling Constraints                  
 Using Defaults and Rules                  
 Deciding Which Enforcement Method to Use                  
 Recommended Practices                  
 Lab A: Implementing Data Integrity                  
 Review                  
                   
 Module 6: Planning Indexes                  
 Introduction to Indexes                  
 Index Architecture                  
 How SQL Server Retrieves Stored Data                  
 How SQL Server Maintains Index and Heap Structures                  
 Deciding Which Columns to Index                  
 Recommended Practices                  
 Lab A: Determining the Indexes of a Table                  
 Review                  
                   
 Module 7: Creating and Maintaining Indexes                  
 Creating Indexes                  
 Creating Index Options                  
 Maintaining Indexes                  
 Lab A: Creating and Maintaining Indexes                  
 Introduction to Statistics                  
 Querying the sysindexes Table                  
 Setting UP Indexes Using the Index Tuning Wizard                  
 Performance Considerations                  
 Recommended Practices                  
 Lab B: Viewing Index Statistics                  
 Review                  
                   
 Module 8: Implementing Views                  
 Introduction to Views                  
 Advantages of Views                  
 Defining Views                  
 Modifying Data Through Views,                  
 Optimizing Performance by Using Views                  
 Recommended Practices                  
 Lab A: Implementing Views                  
 Review                  
                   
 Module 9: Implementing Stored Procedures                  
 Introduction to Stored Procedures                  
 Creating, Executing, Modifying, and Dropping Stored Procedures                  
 Lab A: Creating Stored Procedures                  
 Using Parameters in Stored Procedures                  
 Executing Extended Stored Procedures                  
 Handling Error Messages                  
 Performance Considerations                  
 Recommended Practices                  
 Lab B' Creating Stored Procedures Using Parameters                  
                   
 Review                  
 Module 10: Implementing User-defined Functions                  
 What Is a User-defined Function?                  
 Defining User-defined Functions                  
 Examples of User-defined Functions                  
 Recommended Practices                  
 Lab A: Creating User-defined Functions                  
 Review                  
                   
 Module 11: Implementing Triggers                  
 Introduction to Triggers                  
 Defining Triggers                  
 How Triggers Work                  
 Examples of Triggers                  
 Performance Considerations                  
 Recommended Practices                  
 Lab A: Creating Triggers                  
 Review                  
                   
 Module 12: Programming Across Multiple Servers                  
 Introduction to Distributed Queries                  
 Executing an Ad Hoc Query on a Remote Data Source                  
 Setting Up a Linked Server Environment                  
 Executing a Query on a Linked Server                  
 Executing a Stored Procedure on a Linked Server                  
 Managing Distributed Transactions                  
 Modifying Data on a Linked Server                  
 Using Partitioned Views                  
 Recommended Practices                  
 Lab A: Using Distributed Data                  
 Review                  
 Module 13: Optimizing Query Performance                  
 Introduction to the Query Optimizer                  
 Obtaining Execution Plan Information                  
 Using an Index to Cover a Query                  
 Indexing Strategies                  
 Overriding the Query Optimizer                  
 Recommended Practices                  
 Lab A: Optimizing Query Performance                  
 Review                  
                   
 Module 14: Analyzing Queries                  
 Queries That Use the AND Operator                  
 Queries That Use the OR Operator                  
 Lab A: Analyzing Queries That Use the AND and OR Operators                  
 Queries That Use Join Operations                  
 Lab B: Analyzing Queries That Use Different Join Strategies                  
 Recommended Practices                  
 Review                  
                   
 Module 15: Managing Transactions and Locks                  
 Introduction to Transactions and Locks                  
 Managing Transactions                  
 SQL Server Locking                  
 Managing Locks                  
 Recommended Practices                  
 Lab A: Managing Transactions and Locks                  
 Review                  
                   
 Classroom Setup Guide                  
 Classroom Requirements                  
 Classroom Configuration                  
 Setup Instructions                  
 Automated Classroom Setup                  
 Classroom Setup Checklist                  
 Customization Information                  

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號