ACTS 3.1 Aug10 Lecture

232
ArcGIS ® Server Enterprise Configuration and Tuning for SQL Server ®

description

ACTS 3.1 Aug10 Lecture

Transcript of ACTS 3.1 Aug10 Lecture

ArcGIS® ServerEnterprise

Configuration andTuning for SQL Server®

Copyright © 2006-2010 Esri

All rights reserved.

Course version 3.1. Version release date August 2010.

Printed in the United States of America.

The information contained in this document is the exclusive property of Esri. This work is protected under United States copyright law andother international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means,electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expresslypermitted in writing by Esri. All requests should be sent to Attention: Contracts and Legal Services Manager, Esri, 380 New York Street,Redlands, CA 92373-8100 USA.

EXPORT NOTICE: Use of these Materials is subject to U.S. export control laws and regulations including the U.S. Department ofCommerce Export Administration Regulations (EAR). Diversion of these Materials contrary to U.S. law is prohibited.

The information contained in this document is subject to change without notice.

U. S. GOVERNMENT RESTRICTED/LIMITED RIGHTSAny software, documentation, and/or data delivered hereunder is subject to the terms of the LicenseAgreement. The commercial license rights in the License Agreement strictly govern Licensee's use,reproduction, or disclosure of the software, data, and documentation. In no event shall the U.S. Governmentacquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by theU.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (DEC 2007);FAR §52.227-19(b) (DEC 2007) and/or FAR §12.211/12.212 (Commercial Technical Data/ComputerSoftware); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (ComputerSoftware), as applicable. Contractor/Manufacturer is Esri, 380 New York Street, Redlands, CA 92373-8100,USA.

@esri.com, 3D Analyst, ACORN, Address Coder, ADF, AML, ArcAtlas, ArcCAD, ArcCatalog, ArcCOGO, ArcData, ArcDoc, ArcEdit,ArcEditor, ArcEurope, ArcExplorer, ArcExpress, ArcGIS, ArcGlobe, ArcGrid, ArcIMS, ARC/INFO, ArcInfo, ArcInfo Librarian,ArcLessons, ArcLocation, ArcLogistics, ArcMap, ArcNetwork, ArcNews, ArcObjects, ArcOpen, ArcPad, ArcPlot, ArcPress, ArcReader,ArcScan, ArcScene, ArcSchool, ArcScripts, ArcSDE, ArcSdl, ArcSketch, ArcStorm, ArcSurvey, ArcTIN, ArcToolbox, ArcTools,ArcUSA, ArcUser, ArcView, ArcVoyager, ArcWatch, ArcWeb, ArcWorld, ArcXML, Atlas GIS, AtlasWare, Avenue, BAO, BusinessAnalyst, Business Analyst Online, BusinessMAP, CommunityInfo, Database Integrator, DBI Kit, EDN, Esri, Esri—Team GIS, Esri—TheGIS Company, Esri—The GIS People, Esri—The GIS Software Leader, FormEdit, GeoCollector, Geographic Design System, GeographyMatters, Geography Network, GIS by Esri, GIS Day, GIS for Everyone, GISData Server, JTX, MapIt, Maplex, MapObjects, MapStudio,ModelBuilder, MOLE, MPS—Atlas, PLTS, Rent-a-Tech, SDE, SML, Sourcebook·America, Spatial Database Engine, StreetMap, Tapestry,the ARC/INFO logo, the ArcGIS logo, the ArcGIS Explorer logo, the ArcPad logo, the Esri globe logo, the Esri Press logo, the GIS Daylogo, the MapIt logo, The Geographic Advantage, The Geographic Approach, The World's Leading Desktop GIS, Water Writes,www.esri.com, www.geographynetwork.com, www.gis.com, www.gisday.com, and Your Personal Geographic Information System aretrademarks, registered trademarks, or service marks of Esri in the United States, the European Community, or certain other jurisdictions.

Other companies and products mentioned herein may be trademarks or registered trademarks of their respective trademark owners.

1

2

3

C O N T E N T SIntroduction

Welcome to ArcGIS Server Enterprise Configuration and Tuning for SQL Server 1-1Welcome to Esri Training 1-2ArcGIS Resource Center 1-3The ArcGIS system 1-4ArcGIS Desktop 1-5ArcGIS Server 1-6ArcGIS for developers 1-7ArcGIS Online 1-8Course introduction 1-9Course objectives 1-10Course content 1-11Course materials 1-12Exercise goals 1-13

Introduction to the enterprise geodatabaseIntroduction to the enterprise ArcSDE geodatabase 2-1Learning objectives 2-2Defining the geodatabase 2-3Geodatabase elements 2-4Geodatabase options 2-5ArcGIS file based geodatabases 2-6ArcSDE geodatabase benefits 2-7ArcSDE geodatabases 2-8Administering a multiuser geodatabase 2-9Connecting to a multiuser geodatabase 2-10ArcGIS Desktop licensing 2-11Class configuration 2-12Lesson review 2-13

Configuring SQL Server for ArcSDEConfiguring SQL Server for ArcSDE 3-1Learning objectives 3-2SQL Server components 3-3SQL Server instance name 3-4Memory considerations 3-5SQL Server databases 3-6Database and data files 3-7Transaction log 3-8File groups 3-9

Contents

Copyright © 2006-2010 Esri i

4

5

Summary of database storage 3-10Authentication 3-11SQL Server security 3-12Fixed roles 3-13Statement permissions 3-14Object permissions 3-15Database initialization parameters 3-16SQL Server Management Studio 3-17Management Studio components 3-18Exercise goals 3-19Lesson review 3-20

Installing ArcSDEInstalling ArcSDE 4-1Learning objectives 4-2Installing ArcSDE overview 4-3SDEHOME directory 4-4Post installation overview 4-5Choose schema 4-6User authentication for installation 4-7Create spatial database 4-8ArcSDE repository setup 4-9ArcSDE configuration files 4-10Authorize software 4-11Create ArcSDE service 4-12ArcSDE service name and port 4-13giomgr process 4-14Start and stop ArcSDE 4-15Single database model 4-16Exercise goals 4-17Lesson review 4-18

Understanding ArcSDE componentsUnderstanding ArcSDE components 5-1Learning objectives 5-2ArcSDE repository 5-3ArcSDE data dictionary 5-4Stored procedures 5-5Contents of SDEHOME 5-6ArcSDE binary files 5-7ArcSDE command syntax 5-8sdeservice command 5-9sdemon command 5-10Configuration files (SDEHOME\etc) 5-11

ArcGIS Server Enterprise Configuration and Tuning for SQL Server Contents

ii Copyright © 2006-2010 Esri

6

7

Server configuration files 5-12Service configuration files 5-13ArcSDE diagnostic files 5-14Upgrade components 5-15Client and server compatibility 5-16Exercise goals 5-17Lesson review 5-18

Exploring ArcSDE architecture and connectionsExploring ArcSDE architecture and connections 6-1Learning objectives 6-2ArcSDE client/server model 6-3Application server connection 6-4Application server connection life cycle 6-5Direct connect 6-6Role of ArcSDE technology 6-7Creating application server connections 6-8Creating direct connections 6-9Creating OLE DB connections 6-10Windows authentication 6-11Connecting DBO schema 6-12Monitoring connections 6-13ArcSDE connection information 6-14Terminating connections 6-15SDE_server_config table 6-16Modifying the SDE_SERVER_CONFIG table 6-17SDE_SERVER_CONFIG parameters 6-18Exercise goals 6-19Lesson review 6-20

Managing vector storageManaging vector storage 7-1Learning objectives 7-2ArcSDE feature class basics 7-3ArcSDE compressed binary schema 7-4Spatial index concepts 7-5Supporting objects for feature class tables 7-6SDE_LAYERS table 7-7Table registry 7-8Controlling storage 7-9Controlling geometry storage 7-10dbtune file format 7-11dbtune parameters 7-12Feature class parameters 7-13

Contents

Copyright © 2006-2010 Esri iii

8

9

10

SQL Server file group examples 7-14Exercise goals 7-15Lesson review 7-16

Creating SQL Server Spatial feature classesCreating SQL Server Spatial feature classes 8-1Learning objectives 8-2Using SQL Server Spatial with ArcSDE 8-3SQL Server 2008 Spatial Type 8-4Comparing geography and geometry 8-5Loading 8-6Loading errors with geography data 8-7Spatial index 8-8Spatial index options 8-9ArcGIS and the spatial index 8-10Building the spatial index with SQL Server 8-11Using geography or geometry data 8-12Exercise goals 8-13Lesson review 8-14

Managing raster storageManaging raster storage 9-1Learning objectives 9-2ArcSDE raster dataset basics 9-3ArcSDE raster organization 9-4Raster storage in SQL Server 9-5Binary raster dataset schema overview 9-6ST_raster dataset schema overview 9-7Raster repository tables 9-8Raster storage parameters 9-9Pyramids 9-10Pyramid overhead 9-11Compression 9-12Calculating raster storage 9-13Estimating space usage example 9-14Workflow considerations for loading 9-15Configuring SQL Server for raster loading 9-16Exercise goals 9-17Lesson review 9-18

Managing an editing environmentManaging an editing environment 10-1Learning objectives 10-2

ArcGIS Server Enterprise Configuration and Tuning for SQL Server Contents

iv Copyright © 2006-2010 Esri

11

Workflow must be considered 10-3Non-versioned editing overview 10-4Database locking and concurrency 10-5Transaction isolation levels 10-6Versioning overview 10-7Definitions: Version and State 10-8How versioning works 10-9Repository versioning tables 10-10User versioning tables 10-11Versioned editing example: INSERT 10-12Versioned editing example: DELETE 10-13Versioned editing example: UPDATE 10-14Versioned editing example: Save 10-15Versioned editing example: Compress 10-16Delta table storage 10-17Indexes and statistics 10-18DBMS replication 10-19Geodatabase replication 10-20Overview of geodatabase replication 10-21Types of geodatabase replication 10-22Exercise goals 10-23Lesson review 10-24

Recovering dataRecovering data 11-1Learning objectives 11-2Data backups 11-3Choosing a backup type 11-4ArcSDE backup considerations 11-5SQL Server backup options 11-6Recovery model 11-7Simple recovery model 11-8Full recovery model 11-9Bulk-logged recovery model 11-10Restoring a database depends on 11-11Restore 11-12Detaching a database 11-13Attaching a database 11-14Scale up to enterprise 11-15Recommendations for geodatabases 11-16Exercise goals 11-17Lesson review 11-18

Contents

Copyright © 2006-2010 Esri v

12 Course conclusionCourse conclusion 12-1Course goals 12-2Esri training services 12-3Where do you go from here? 12-4Course evaluation 12-5Thank you for attending 12-6

ArcGIS Server Enterprise Configuration and Tuning for SQL Server Contents

vi Copyright © 2006-2010 Esri

1Introduction

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 1

Copyright © 2006-2010 Esri 1-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-2 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-4 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-6 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-8 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-10 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

1-12 Copyright © 2006-2010 Esri

Student notes

Lesson 1

Copyright © 2006-2010 Esri 1-13

2Introduction to the

enterprisegeodatabase

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 2

Copyright © 2006-2010 Esri 2-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-2 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-4 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-6 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-8 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-10 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

2-12 Copyright © 2006-2010 Esri

Student notes

Lesson 2

Copyright © 2006-2010 Esri 2-13

3Configuring SQL

Server for ArcSDE

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 3

Copyright © 2006-2010 Esri 3-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-2 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-4 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-6 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-8 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-10 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-12 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-14 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-16 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-18 Copyright © 2006-2010 Esri

Student notes

Lesson 3

Copyright © 2006-2010 Esri 3-19

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

3-20 Copyright © 2006-2010 Esri

4Installing ArcSDE

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 4

Copyright © 2006-2010 Esri 4-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-2 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-4 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-6 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-8 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-10 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-12 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-14 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-16 Copyright © 2006-2010 Esri

Student notes

Lesson 4

Copyright © 2006-2010 Esri 4-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

4-18 Copyright © 2006-2010 Esri

5Understanding

ArcSDE components

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 5

Copyright © 2006-2010 Esri 5-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-2 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-4 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-6 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-8 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-10 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-12 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-14 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-16 Copyright © 2006-2010 Esri

Student notes

Lesson 5

Copyright © 2006-2010 Esri 5-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

5-18 Copyright © 2006-2010 Esri

6Exploring ArcSDE

architecture andconnections

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 6

Copyright © 2006-2010 Esri 6-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-2 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-4 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-6 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-8 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-10 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-12 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-14 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-16 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-18 Copyright © 2006-2010 Esri

Student notes

Lesson 6

Copyright © 2006-2010 Esri 6-19

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

6-20 Copyright © 2006-2010 Esri

7Managing vector

storage

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 7

Copyright © 2006-2010 Esri 7-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-2 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-4 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-6 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-8 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-10 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-12 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-14 Copyright © 2006-2010 Esri

Student notes

Lesson 7

Copyright © 2006-2010 Esri 7-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

7-16 Copyright © 2006-2010 Esri

8Creating SQL Server

Spatial feature classes

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 8

Copyright © 2006-2010 Esri 8-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-2 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-4 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-6 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-8 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-10 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-12 Copyright © 2006-2010 Esri

Student notes

Lesson 8

Copyright © 2006-2010 Esri 8-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

8-14 Copyright © 2006-2010 Esri

9Managing raster

storage

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 9

Copyright © 2006-2010 Esri 9-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-2 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-4 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-6 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-8 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-10 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-12 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-14 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-16 Copyright © 2006-2010 Esri

Student notes

Lesson 9

Copyright © 2006-2010 Esri 9-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

9-18 Copyright © 2006-2010 Esri

10Managing an editing

environment

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 10

Copyright © 2006-2010 Esri 10-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-2 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-4 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-6 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-8 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-10 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-12 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-14 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-16 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-18 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-19

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-20 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-21

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-22 Copyright © 2006-2010 Esri

Student notes

Lesson 10

Copyright © 2006-2010 Esri 10-23

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

10-24 Copyright © 2006-2010 Esri

11Recovering data

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 11

Copyright © 2006-2010 Esri 11-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-2 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-4 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-6 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-7

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-8 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-9

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-10 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-11

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-12 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-13

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-14 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-15

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-16 Copyright © 2006-2010 Esri

Student notes

Lesson 11

Copyright © 2006-2010 Esri 11-17

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

11-18 Copyright © 2006-2010 Esri

12Course conclusion

Esri®

e d u c a t i o n a ls e r v i c e s

Lesson 12

Copyright © 2006-2010 Esri 12-1

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

12-2 Copyright © 2006-2010 Esri

Student notes

Lesson 12

Copyright © 2006-2010 Esri 12-3

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

12-4 Copyright © 2006-2010 Esri

Student notes

Lesson 12

Copyright © 2006-2010 Esri 12-5

Student notes

ArcGIS Server Enterprise Configuration and Tuning for SQL Server

12-6 Copyright © 2006-2010 Esri