LET'S CONNECT!
Enter for a chance to win an eBook of your choice from InformIT. Fill out the form.
Register your product to gain access to bonus material or receive a coupon.
Microsoft's SQL Server™ 2000 promises performance, scalability, and speed. Microsoft SQL Server™ 2000: A Guide to Enhancements and New Features shows database administrators and developers how to deliver on these promises. This book illustrates all the significant enhancements and additions in SQL Server 2000 and shows how they can be used most effectively. Readers learn by example how to use security features, replication, backup procedures, and data warehousing and optimization techniques.
Beginning with an overview of SQL Server 2000, this book discusses online transaction processing (OLTP) and online analytical processing (OLAP), features a tour of different SQL Server releases, and offers a guide to installation. The author describes and demonstrates the changes since SQL Server 7.0, thoroughly exploring SQL Server 2000's capacity as a Web-enabled database server. Readers are then immersed in advanced database administration topics such as performance optimization and debugging techniques.
Microsoft SQL Server™ 2000 also serves as a resource for those new to SQL Server, providing a basic introduction and details about how to make a conversion work, as well as a feature-by-feature comparison to Oracle 9i. Database administrators will find a collection of clearly explained scripts and utilities to simplify day-to-day tasks. This book concludes with a discussion of how SQL Server fits into the .NET environment and what to expect of the next release.
Sample code is used extensively to illustrate feature sets and illuminate topics covered. The accompanying CD includes this sample code as well as scripts and utilities. Rahul Sharma also shares his tips for optimizing applications' performance with adjustments to code, settings, and hardware. He alerts readers to common errors and fixes, and provides a checklist to guide readers through the installation and verification of the database server's stability. Rahul has translated his experience into knowledge and ready-to-use tools that database administrators and developers need to realize the many benefits of moving to SQL Server 2000.
Application Performance Tuning
Intermediate MDX Concepts, Part 1
Intermediate MDX Concepts, Part 2
Introduction to Database Replication
Introduction to MDX: Basic Concepts and Navigation
Key MDX Components: Building Calculated Members, Part 1
Key MDX Components: Building Calculated Members, Part 2
Key MDX Components: Drilling Through to Details
Key MDX Components: Working with Calculated Cells
Monitoring and Troubleshooting Transactional Replication
Setting Up Transactional Replication with SQL Server
SQL Server Tuning: Database Maintenance
SQL Server: Optimizing Database Performance Through Indexes
SQL Server: Tuning Database Design
Tuning MDX: Improving Performance with Caches
(NOTE: Each chapter concludes with a Summary.)
Preface.
Acknowledgments.
1. SQL Server 2000 Overview.
SQL Server Editions.
Hardware Requirements for Installation.
Installation of SQL Server 2000.
Debugging Installation Issues with SQL Server 2000.
Upgrading from a Previous Version of SQL Server.
Edition Upgrades.
Adding Components to an Instance of SQL Server 2000.
Uninstalling SQL Server 2000.
Unattended Installs.
Installing SQL Server Using SMS.
Rebuilding the Registry.
Multiple Instances.
Default Instances.
Named Instances.
File Locations for Multiple Instances of SQL Server.
Network Protocols.
Collations Support for Internationalization.
Checklist for a Successful Install of SQL Server.
Maintenance and Integrity Checks.
I. NEW FEATURES AND IMPROVEMENTS OVER SQL SERVER 7.0.
2. Enhancements and Changes to Existing Features.Feature Sets.
Fully Web-Enabled.
English Query.
More Scalable and Reliable.
BizTalk Server 2000.
Multi-Instance Support.
Reduction in Development Time.
Accessing Data via Internet.
Web-Based Analysis.
VI SAN Support.
Indexed Database Views.
T-SQL Debugger.
User-Defined Functions.
New Data Types.
Cascading DRI.
Distributed Partitioned Views.
OLAP Services.
DTS.
INSTEAD OF and AFTER Triggers.
Collation Enhancements.
Full-Text Search Enhancements.
Multiple Instances of SQL Server.
Index Enhancements.
Failover Clustering Enhancements.
Net-Library Enhancements.
64-GB Memory Support.
Distributed Query Enhancements.
Kerberos and Security Delegation.
Backup and Restore Enhancements.
Scalability Enhancements for Utility Operations.
Text in Row Data.
3. XML Support in SQL Server 2000.Generating XML with the SELECT Statement.
Generating XML over the Internet.
Retrieving XML-Formatted Data from SQL Server.
Reserved Characters.
XML Templates.
Using EXPLICIT Mode.
XSL Stylesheets.
XML System Stored Procedures.
OPENXML.
Writing Queries Against an XML Document.
OPENXML Parameters.
XPath Expression to Identify the Nodes to Be Processed (rowpattern).
Description of the Rowset to Be Generated.
Mapping Between the Rowset Columns and the XML Nodes.
Specifying Metaproperties in OPENXML.
Examples.
4. Engine Enhancements in SQL Server 2000.The Enhancements.
Interacting with Data.
Reading Data More Effectively.
Top n Enhanced.
Shared Scans.
Concurrency.
Tables and Indexes.
In-Row Text.
New Data Types.
Indexes.
Logging and Recovery.
Logical Log Marks.
Shrinking the Transaction Log.
Recovery Models.
Improved Backup Functionality.
Administrative Improvements.
Database Verification.
Database State Control.
System Process IDs and Units of Work.
Dynamic Tuning.
Data Storage Components.
Memory Pool.
Files, Filegroups, and Disks.
5. DTS Enhancements.New Features in DTS.
New Custom Tasks.
Enhanced Logging Facilities.
Saving DTS Packages to Visual Basic Files.
Using the Multiphase Data Pump.
Using Parameterized Queries.
Using Global Variables to Pass Information Between DTS Packages.
Using DTS Designer.
Tasks: Defining Steps in a Package.
Workflows: Setting Task Precedence.
Connections: Accessing and Moving Data.
Data Pump: Transforming Data.
Data Pump Error Logging.
Data Pump Phases.
Options for Saving DTS Packages.
DTS as an Application Development Platform.
6. Profiler and Index-Tuning Wizard Enhancements.SQL Profiler Terminology 113Starting Profiler Trace.
General.
Events.
Data Columns.
Filters.
Templates.
Defining Your Own Trace Using Stored Procedures.
Defining a Server-Side Trace.
Known Bug in SQL Server 2000 Profiler.
Symptoms.
Cause.
Resolution.
Index Tuning Wizard.
Analyzing Index Tuning Wizard Output.
Starting the Index Tuning Wizard.
Itwiz.exe.
7. Replication Enhancements.Types of Replication.
Replication Options.
New Features and Improvements.
Implementing Replication.
Merge Replication.
Transactional Replication.
Queued Updating.
Transforming Published Data.
Replication Usability.
Log Shipping.
Configuring Log Shipping with the Database Maintenance Plan Wizard.
Configuring Log Shipping Manually.
8. New Data Types.Bigint.
sql_variant.
Table.
9. User-Defined Functions.Types of User-Defined Functions.
Scalar Functions.
Table-Valued Functions.
Obtaining Information About Functions.
10. Indexed Views.Performance Gains from Indexed Views.
Benefits of Using Indexed Views.
Query Optimizer.
Design Considerations.
Creating an Indexed View.
Using SET Options to Obtain Consistent Results.
Using Deterministic Functions.
Additional Requirements.
Maintaining Indexed Views.
11. Trigger Alternatives.Types of Triggers.
AFTER Triggers.
INSTEAD OF Triggers.
Core Difference Between INSTEAD OF and AFTER Triggers.
Which Trigger to Pick?
Designing INSTEAD OF Triggers.
12. Meta Data Services Enhancements.Meta Data Fundamentals.
Meta Data Is Abstract.
Meta Data Has Context.
Meta Data Has Multiple Purposes.
Meta Data Management.
Information Model Fundamentals.
Information Model Building Blocks.
Standard Information Models.
Importance of Information Models.
New Features in Meta Data Services.
Meta Data Browser Enhancement.
XML Encoding Enhancements.
XML in Meta Data Services.
13. Tool Enhancements.Query Analyzer.
Templates.
Using Templates in SQL Query Analyzer.
Building Your Own Template.
Copy Database Wizard.
Uses of Copy Database Wizard.
Copy and Move Process.
14. Backup and Recovery Enhancements.Backup and Restore Architecture.
Capabilities.
Recovery Models.
Simple Recovery.
Full Recovery.
Bulk-Logged Recovery.
Switching Recovery Models.
15. Analysis Services Enhancements.Cube Enhancements.
Dimension Enhancements.
Data Mining Enhancements.
Other Enhancements.
16. Distributed Partitioned Views.What Are Distributed Partitioned Views?
How Distributed Partitioned Views Work.
Building Distributed Partitioned Tables and Views.
How the Query Processor Uses Distributed Partitioned Views.
Designing Systems That Maximize Distributed Partitioned View Performance.
Designing Partitions.
Designing the Application Tier for Load Balancing.
Designing for High Availability.
Backing Up and Restoring Federated Database Servers.
Updatable Partitioned Views.
Table Rules.
Column Rules.
Partitioning Column Rules.
Data Modification Rules.
INSERT Statements.
UPDATE Statements.
DELETE Statements.
Distributed Partition View Rules.
17. T-SQL Debugger.Cascading Referential Integrity Constraints.
Multiple Cascading Actions.
Triggers and Cascading Referential Actions.
Cascading Referential Constraints Catalog Information.
19. Collation Enhancements.How Character Data Is Stored.
International Data and Unicode.
Sort Order.
What Is Unicode and How Can It Be Used?
UCS-2.
UTF-16.
UTF-8.
Data Types in SQL Server 2000.
Non-Unicode Text Types: char, varchar, text.
Unicode Text Types: nchar, nvarchar, ntext.
Date/Time Types: datetime, smalldatetime.
Collation in SQL Server 2000.
Collations Specified at Multiple Levels.
Collations at the Server Level.
Collations at the Database Level.
Collations at the Column Level.
Collations in Expressions.
Considerations Before Changing the Collation of a Database.
Collation Precedence.
COLLATE Keyword.
Limitations of the COLLATE Keyword.
Issues with Defining Collation at the Column Level.
LCIDs and Collations.
ISO Strings and Collations.
Multilingual Data in the User Interface.
Multilingual Information in the Grid and SQL Panes of SQL Query Analyzer.
Format Issues in the Query Designer.
Sort Order.
Double-Byte (DBCS) Characters.
Getting to SQL Server Data (Data Access Methods).
Multilingual Transact-SQL.
II. ADVANCED DBA TOPICS.
20. SQL-Distributed Management Objects.What Is SQL-DMO?
SQL-DMO Object Model.
ExecuteImmediate Method.
Script Method.
SQL-DMO Code for Executing a Job.
SQL-DMO Code to Play with Triggers.
21. Microsoft Desktop Engine.Portable and Compatible.
Minimum Requirements.
Features and Limitations.
MSDE Install.
Scenarios for Using MSDE.
Developing Applications with MSDE.
Sample Application.
MSDE Service Pack1.
22. Administration.Database Consistency Checks (DBCCs).
Undocumented DBCC Commands.
Information Schema Views.
Orphaned Sessions.
Issues with Orphaned Sessions.
Resolving Issues through the Query Analyzer.
Changing the Check Frequency.
Linked Servers.
Creating Linked Servers.
Setting the Linked Server Options.
Creating Logins for the Linked Server.
Querying the Linked Server.
23. Debugging Database Performance Issues.Performance Monitor or Task Manager?
Performance Monitor.
Using the Performance Monitor.
Which Process Is the Bottleneck?
Task Manager.
Performance Monitor Counters.
CPU Performance Counters.
I/O Performance Counters.
Memory Performance Counters.
Network Performance Counters.
SQL Server Performance Counters.
Settings.
Event Viewer.
SQL Server Profiler.
Hardware Issues.
Database Setup.
SQL Tips.
Create and Use Proper Indexes.
Use Clustered Indexes.
Short Index Keys.
Use Covering Indexes.
Help SQL Server Choose Indexes.
Estimate Index Selectivity.
Use the SQL Server Query Optimizer.
Use Indexes Effectively.
Use Foreign Keys for Joins.
Use Concatenated Keys Correctly.
Use Only Selective Indexes.
Avoid NULL Checks.
Avoid Functions and Expressions on the Indexed Columns.
Avoid the Inequality Operator.
Avoid Full Table Scans.
Use EXISTS to Check for the Existence of a Record.
Replace NOT IN with NOTEXISTS.
Large Insert, Update, and Delete SQLs.
Do Not Use Positional Numbers.
Use Group Functions Carefully.
24. SQL Server 2000 Service Pack 1.Before the Install.
Installing Service Pack 1.
Install Database Components SP1.
Install Analysis Services SP1.
Install Desktop Engine SP1.
Removing Service Pack 1/Rolling Back to the Previous State.
Fixing Bugs.
Fixes for MDAC.
SQL Server 2000 Fixes.
III. COMPARISON WITH ORACLE 9I.
25. Oracle 9i vs. SQL Server 2000.Database Definition.
Database System Catalogs.
Physical and Logical Storage Structures.
Striping Data.
Transaction Logs and Automatic Recovery.
Networks.
Comparison of Features Provided by the Two RDBMS.
New Features in Oracle 9i.
26. Migrating from Oracle 9i Databases to SQL Server 2000.Database Security and Roles.
Database File Encryption.
Network Security.
Login Accounts.
Groups, Roles, and Permissions.
Database Users and the Guest Account.
Sysadmin Role.
db-owner Role.
Defining Database Objects.
Database Object Identifiers.
Qualifying Table Names.
Creating Tables.
Table and Index Storage Parameters.
Views.
Indexed Views/Materialized Views.
Indexes.
Clustered Indexes.
Nonclustered Indexes.
Index Syntax and Naming.
Index Data Storage Parameters.
Ignoring Duplicate Keys.
Indexes on Computed Columns.
Using Temporary Tables.
Data Types.
Using Unicode Data.
Object-Level Permissions.
Enforcing Data Integrity and Business Rules.
Naming Constraints.
Primary Keys and Unique Columns.
Adding and Removing Constraints.
Generating Unique Values.
Domain Integrety.
Referential Integrity.
User-Defined Integrity.
Delaying the Execution of a Stored Procedure.
Specifying Parameters in a Stored Procedure.
Triggers.
Transactions, Locking, and Concurrency.
Transactions.
Locking and Transaction Isolation.
Dynamic Locking.
Changing Default Locking Behavior.
Handling Deadlocks.
Insert Statements: The Forgotten Culprit.
Remote Transactions.
Distributed Transactions.
Two-Phase Commit Processing.
SQL Language Support.
SELECT and Data Manipulation Statements.
SELECT Statements.
INSERT Statements.
UPDATE Statements.
DELETE Statements.
TRUNCATE TABLE Statement.
Manipulating Data in Identity and Timestamp Columns.
Locking Requested Rows.
Row Aggregates and the Compute Clause.
Join Clauses.
Reading and Modifying BLOBs.
Functions.
Conditional Tests.
Converting Values to Different Data Types.
User-Defined Functions.
Comparison Operators.
Pattern Matches.
Using NULL in Comparisons.
String Concatenation.
Control-of-Flow Language.
Declaring Variables.
Assigning Variables.
Statement Blocks.
Conditional Processing.
Repeated Statement Execution (Looping).
GOTO Statement.
PRINT Statement.
Returning from Stored Procedures.
Raising Program Errors.
Implementing Cursors.
Declaring a Cursor.
Opening a Cursor.
Fetching Data.
CURRENT OF Clause.
Closing a Cursor.
Developing and Administering Database Replication.
Moving Data and Applications.
IV. SCRIPTS AND UTILITIES.
27. Administration and Utility Scripts.Scripts.
Disable Constraints.
Enable Constraints.
USP_Find_Lock.
USP_Lock_Info.
Greatest.
Update Statistics.
USP_Active.
Objects.
Number_Of_Rows.
USP_Update_One_Table.
USP_System_Info.
USP_Null_Columns.
USP_SetUP_Paths.
USP_Identity_Columns.
USP_DB_File_Info.
USP_NOIndexes.
USP_RenameDB.
USP_ForceDropDB.
USP_Trace_BlackBox.
Registry_Info.
USP_KillConnections.
USP_FK_PK.
USP_DefragDatabase.
USP_DBUpdate.
USP_Calc_Space.
BackUp.vbs.
USP_PingServers.
Schema Comparison Scripts.
USP_MonitorServices.
USP_DTSReplaceOwner.
DTS Packages.
Refresh Databases.
Back Up Databases and Version Control.
ScriptData.
ExportPackages.vbs.
ImportPackages.vbs.
Executing DTS Through T-SQL.
Copying Databases from Server to Server.
Method 1.
Method 2.
Method 3.
Method 4.
Method 5.
V. SQL SERVER.NET.
28. SQL Server 2000 and .NET.What Is Microsoft.NET?
From Products Vendor to Services Vendor.
Web Services.
.NET Servers.
SQL Server 2000 and .NET.
Next Release of Microsoft Server.
Windows XP and .NET.
Appendix.This book is written for SQL Server developers, DBAs, database managers, systems engineers, and business analysts. It does briefly cover the basics of SQL Server in Part IV, where SQL Server 2000 is compared with Oracle 9i, but throughout the book it is assumed that you have some familiarity with database concepts and SQL Server (any version).
When I began writing this book, I had these goals in mind:
You, the readers, will have to judge for yourselves whether I have met these goals have been met or not. Regardless of the degree of success, my hope is that at least the effort that went into writing this book will be evident.
At times where I had to illustrate the command parameters (as for the Index Tuning Wizard--itwiz.exe) and describe what the command line parameters are, it may seem like a rehash of SQL Server Books Online (BOL). This is because the commands are exactly the same, and there can be no better description than BOL for what those command line parameters stand for. They are included only if necessary to illustrate a particular command functionality. All credit for these descriptions of command parameters goes to the BOL team at Microsoft.
Short Outline of the BookThe book is divided into five parts that contain 28 chapters.
Chapter 1: Overview of SQL Server 2000 and what it has to offer in the world of OLTP (online transaction processing) and OLAP (online analytical processing). The SQL Server install, different editions and their feature set differences, upgrading from the previous version to SQL Server 2000 and between different editions, multiple instances, and how to debug SQL Server install are also covered in this part. It also contains a checklist for checking the database server's stability from time to time.
Part I: New Features and Improvements over SQL Server 7.0: Listing and brief description of the enhancements and the new features of SQL Server 2000. Chapters 2-19 cover SQL Server 7.0 (in brief) and what is replaced/added in SQL Server 2000 (in detail, along with examples). Emphasis is on XML and why/how SQL Server 2000 is a Web-enabled database server, how data can be retrieved/added/modified through XML, SQL 2000's tight integration with the Internet, and other new features such as indexed views, DPVs (distributed partitioned views), UDFs (user-defined functions), debugger, and so on.
Part II: Advanced DBA Topics: Chapters 20-24 cover some advanced DBA topics such as using the object models of SQL-DMO to write effective programs, DBCC (database consistency checks) commands and performance optimization and debugging techniques. Orphaned sessions and MSDE are discussed. The installation and bug fixes in SQL Server 2000 Service Pack 1 are also discussed.
Part III: Comparison with Oracle 9i: Since Oracle is the biggest competitor of SQL Server 2000 and since many companies that use Oracle are either shifting to SQL Server 2000 (because it's economically viable) or are planning to support SQL Server 2000 as well in order to broaden their customer base, it is necessary to know the differences between the two and how one can convert applications from Oracle to SQL Server and what it takes from the database perspective to do so.
SQL Server basics are also discussed, as this part is oriented toward people who know Oracle and are interested in migrating their applications to SQL Server 2000. The basics will also be beneficial for novice users of SQL Server 2000.
Part IV: Scripts and Utilities: Chapter 27 contains scripts and utilities to make the day-to-day task of database administration easy. All the scripts are explained and are included on the CD-ROM as well.
Part V: SQL Server.NET: .NET is the latest buzzword in the Microsoft arena. In Chapter 28 we take a look at how SQL Server 2000 fits into the .NET scenario and what can be expected in the next release of SQL Server, code named "Yukon."
& (ampersand), 24, 54
<> (angle brackets), 54
Ô (apostrophe), 54
@ (at sign), 245
$ (dollar sign), 269
" (double quote), 54
= (equal sign), 430
! (exclamation point), 245
/ (forward slash), 54
% (percent sign), 54, 245
| (pipe symbol), 439
+ (plus sign), 54, 430, 439
# (pound sign), 54, 245
? (question mark), 54, 252
_ (underscore), 24
A
Access (Microsoft), 99, 100, 107, 358
Access Connectivity (Microsoft), 99
ACID (atomicity, consistency, isolation, durability) properties, 146
Actions, 214-215
Active Directory (Microsoft)
Analysis Services and, 219
Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.
This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.
To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:
For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.
For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.
Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.
Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.
If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.
On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.
We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.
Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.
Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.
This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.
This site currently does not respond to Do Not Track signals.
Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.
This site is not directed to children under the age of 13.
Pearson may send or direct marketing communications to users, provided that
Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.
If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.
Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.
Pearson does not rent or sell personal information in exchange for any payment of money.
While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.
California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.
Pearson may disclose personal information, as follows:
This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.
Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.
We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.
Last Update: November 17, 2020