SQL Server 2000: A Beginner's Guide (Book/CD-ROM)

Overview

Your one-stop solution for getting up and running with SQL Server 2000





Develop and deploy large-scale applications with SQL Server 2000. In this book, database expert Dusan Petkovic explains how to use all the features of this powerful, scaleable relational database management system. You'll learn to configure SQL Server 2000, use T-SQL, execute efficient database ...
See more details below
Available through our Marketplace sellers.
Other sellers (Paperback)
  • All (27) from $1.99   
  • New (3) from $14.28   
  • Used (24) from $1.99   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$14.28
Seller since Tue Aug 05 20:05:29 EDT 2014

Feedback rating:

(480)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
2000 Paperback New

Ships from: san francisco, CA

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
$45.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$45.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition: New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing All
Close
Sort by
Sending request ...

Overview

Your one-stop solution for getting up and running with SQL Server 2000





Develop and deploy large-scale applications with SQL Server 2000. In this book, database expert Dusan Petkovic explains how to use all the features of this powerful, scaleable relational database management system. You'll learn to configure SQL Server 2000, use T-SQL, execute efficient database queries, and enable secure transactions. Troubleshooting, data warehousing, and optimization are also covered. You'll find complete details on Microsoft Analysis Services, managing multiple servers, maximizing uptime, and performance tuning. With SQL Server 2000: A Beginner's Guide, your mission-critical database applications will be up-and-running in no time!





Learn to:



• Setup, manage, and customize SQL Server 2000

• Administer multiple instances of SQL Server 2000 using the SQL Server Enterprise Manager

• Perform simple and complex database queries

• Tune the performance of your SELECT statements

• Use SQL extensions, stored procedures, transactions, views, and triggers

• Implement the SQL Server 2000 security model

• Find and fix database problems by capturing and replaying server activity

• Import, export, and transform data types using DTS

• Construct data warehouses to collect, organize, and distribute information efficiently

Read More Show Less

Product Details

  • ISBN-13: 9780072125870
  • Publisher: McGraw-Hill Companies, The
  • Publication date: 10/1/2000
  • Series: Database Professional's Library
  • Edition description: REV
  • Edition number: 2
  • Pages: 608
  • Product dimensions: 7.20 (w) x 9.10 (h) x 1.70 (d)

Meet the Author

Dusan Petrovic (Germany) is a professor in the Department of Computer Science at the Polytechnic in Rosenheim, Germany. He frequently contributes to SQL Server Magazine and has published 8 other computer books in Germany for Addison Wesley and McGraw-Hill.

Read More Show Less

Read an Excerpt

Chapter 1: Database Systems and SQL Server

MS SQL Server is a database management system (DBMS) developed and marketed by Microsoft. This system is the most important part of Microsoft Back Office, an enterprise suite of client/server applications. (In addition to SQL Server, Microsoft Back Office includes Windows NT Server, SNA Server, Systems Management Server, Exchange Server, Microsoft Transaction Server, Internet Information Server, and MSMQ Server.)

MS SQL Server runs exclusively under Microsoft operating systems Windows NT/ 2000 and Windows 9x. Microsoft's decision to concentrate on only two of their own operating systems has a lot of benefits and one disadvantage. The most important benefits are as follows:

  • MS SQL Server works as a natural extension of Windows NT/2000 (i.e., Windows 9x), because it is so closely integrated with this operating system. As such, the user does not have to learn another user interface to work with this database system.
  • MS SQL Server has the same easy setup and maintenance of Windows NT/2000. This unity is accomplished through easy installation of the system, elimination of many complicated tasks concerning database administration, and, generally, using a graphical computing environment for every system administration task. MS SQL Server uses the services of Windows NT/2000 to offer new or extended database capabilities, such as sending and receiving messages and managing login security.
On the other hand, by focusing only upon Microsoft operating systems, SQL Server cannot benefit from the advanced properties of an operating system such as UNIX, which, in some areas like enhanced parallel architectures or enterprisecomputing, still has advantages over Windows NT/2000.

The most important aspects of SQL Server are as follows:

  • SQL Server is easy to use.
  • SQL Server scales from a mobile laptop to symmetric multiprocessor (SMP) systems.
  • SQL Server provides data warehousing features that until now have only been available in Oracle and other more expensive DBMSs.
Almost all relational DBMSs originated under the UNIX operating system. The consequence is that existing user interfaces provided by these systems are rather difficult to use. Microsoft's goal is to make SQL Server the easiest database system for implementing and managing database applications. One way SQL Server helps to further this goal is by providing wizards for almost all administrative tasks.

Scalability means that the same DBMS runs on mobile laptop computers, single-processing systems, and multiprocessing hardware systems. One of the goals of such a DBMS is to scale from the single-processing computer to an SMP if the DBMS becomes CPU-bound because of CPU-intensive database applications. Microsoft bundled the Analysis Services with SQL Server to create a comprehensive approach to the process of data warehousing. The goal of Analysis Services is to make it easier to build data warehousing and data mart solutions using Microsoft's new OLAP technology as well as the existing technology of other data warehousing software companies. Part IV will provide additional detailed information on the data warehousing features of MS SQL Server.

The SQL Server database system was originally developed and implemented by Sybase Inc. Microsoft licensed this DBMS in 1988 for the OS/2 operating system and began the implementation of it for Windows NT/2000 in the early 1990s. At almost the same time, the further development of SQL Server for OS/2 was canceled. In April 1994, Microsoft ended their cooperative agreement with Sybase lnc.

SQL Server was, from the beginning, designed as a client/server DBMS. The client/ server architecture has been developed to manage a large number of different computers (PCs, workstations, and SMP machines), which are connected using a network. The functionality of SQL Server is divided between clients and server(s). A client provides one or more different user interfaces that are used to formulate a user request to a DBMS. The server (i.e., DBMS) processes this request and sends the result back to the client.

NOTE: The client/server architecture does not necessarily include a DBMS. It is also possible to have other exclusively specialized servers, such as a print server and computing server, in such an environment. However, a DBMS is almost always a part of client/server architecture.

A database system is an overall collection of different database software components and databases containing the following parts:

  • Database application programs
  • Front-end (i.e., client) components
  • Database management system(s)
  • Databases
A database application program is special-purpose software that is designed and implemented by users or implemented by third-party software companies. In contrast, front-end components are general-purpose database software designed and implemented by a database company or delivered as third-party software. By using database application programs and front-end components, users can manage and query data within the database...
Read More Show Less

Table of Contents

Acknowledgments
Introduction
1 Database Systems and SQL Server 3
2 SQL Server Enterprise Manager and Query Analyzer 23
3 SQL Components 53
4 Data Definition Language 77
5 Simple Queries 107
6 Complex Queries 157
7 Modification of a Table's Contents 181
8 SQL Extensions and Stored Procedures 193
9 Indices and Query Optimization 211
10 Views 243
11 System Catalog 267
12 SQL Server Security 283
13 Triggers 309
14 Transactions 319
15 SQL Server System Environment 335
16 Overview of System Administration 355
17 Planning the Installation and Installing SQL Server 361
18 Managing Databases and Database Files 383
19 Managing Security 397
20 Backup and Recovery 409
21 Data Transfer 443
22 Automating System Administration Tasks 455
23 Troubleshooting SQL Server 475
24 Performance and Tuning 483
25 Data Replication 513
26 Data Warehousing - An Introduction 531
27 Microsoft Analysis Services 547
28 Client Components for MS Analysis Services 565
29 XML Support 579
30 SQL Server Full-Text Search 597
A: Solutions 613
Index 645
Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)