0072125691,SQL Server 2000 Developer's Guide,SQL,Server,2000,Developer's,Guide,buy,book,books,purchase,read,Michael Otey,Paul Conte
Books
Books
Sign In | View Cart Cart | Wish List | Help
ToysHealthPersonalAdultBaby
ToysHealthPersonalAdultBaby
Home & Garden
Checkout Now »
Cart Cart Cart
0 Items
Cart
100% Safe and Private!
Search     for:    

Books
Browse All Topics    New Releases    Coming Soon

All Topics > Computers & Internet > Microsoft > Development > SQL Server
 
Browse similar subjects

Shipping

All orders
shipped by
airmail!

Click here for our
Shipping Policies!

 


Quotations

"Reporter: A writer who guesses his way to the truth and dispels it with a tempest of words."

  - Ambrose Bierce

(1842 - 1914),
The Devil's Dictionary

 

 

SQL Server 2000 Developer's Guide

 
  by Michael Otey, Paul Conte
 
 
 Take A Trip Around The Word
Take A Trip Around The Word
Product
Take A Trip Around The Word
Take A Trip Around The Word
Take A Trip Around The Word
  
  
  
Take A Trip Around The Word
Take A Trip Around The Word 


ZIN Product Number: 10014753

 
eBay (last 12 months)
Auctions: 78
Price Range: $0.06 - 0.01
 
Craigslist (last 12 months)
Classifieds: 22
Price Range: $0.05 - 0.09
 
Amazon Used (last 12 months)
Auctions: 20
Price Range: $0.01 - 0.06
 
ZooScape (last 12 months)
Auctions: 0
Price Range: N/A
 
 
Google listings (non-affiliate) 32
MSN listings (non-affiliate) 48
Yahoo listings (non-affiliate) 57
 


 FastFind Line
Inverse Black Hole
By the Numbers
By the Numbers
Cover To Cover
Cover to Cover
Reader's Corner
Reader's Corner
Table of Contents
Table of Contents
Related Reading
Related Reading
Inverse Black Hole
FastFind Line
 
 
By The Numbers
 Product Details

  Format: Paperback, 2nd ed., 1248 pages
  Edition: BK&CD-ROM
  Publisher: McGraw-Hill Professional
  ISBN: 0072125691
  Release Date: Jan 1, 1998


 
 
Cover to Cover
 In Brief
Design and build powerful SQL Server 2000 applications. This book includes full coverage of DAO, ODBCDirect, OLE DB, ADO, and DB-Library. You'll learn to enable Web integration using XML and ASP and migrate from earlier versions of SQL Server.

 
 
 From The Publisher
"A great reference on SQL Server 2000,loaded with excellent code examples. " —Sean O'Farrell,Manager,Business Integration,Eli Lilly and Company This book includes full coverage of Transact-SQL's DDL,and DML as well as ADO,DAO,and RDO. You'll learn to build scaleable SQL Server 2000 Web solutions and handle database management,backup,recovery,and security.

Build powerful,enterprise-wide database applications SQL Server 2000 Developer's Guide explains how to access and manipulate data using Transact-SQL,build powerful Windows applications with ADO,DAO,and RDO,and develop integrated,cross-platform Web applications with ASP and XML. You'll also get details on SQL Server 2000 management,administration,and security issues. Plus,the bonus CD-ROM contains ready-to-run code and an evaluation edition of SQL Server 2000. This in-depth guide is a must-have for all serious SQL Server 2000 application developers.

  • Master Transact-SQL's Data Definition Language (DDL) and Data Manipulation Language (DML)
  • Accomplish complex data retrieval and manipulation tasks
  • Write stored procedures,triggers,and functions to increase application functionality and simplify development


  • Develop database applications using Visual Basic,ActiveX Data Objects (ADO),Data Access Objects (DAO),and Remote Database Objects (RDO)
  • Build data-driven Web applications with Active Server Pages
  • Create cross-platform data transfer applications using XML
  • Develop custom SQL Server management applications with SQL-Distributed Management Objects (DMO)
  • Transfer objects and data between systems using SQL Server's Data Transformation Services (DTS)
  • Expand application capabilities withSQL Server's full-text search and English Query features
  • Plan and implement enterprise-wide security,backup,and restore procedures
  • Includes SQL Server 2000 120-Day Enterprise Evaluation Edition on CD



 
 
The Reader's Corner
  Product Review
 
 Be the first to rate this book!     Number of Reviews: 0
 
 
 
Table of Contents
 
Acknowledgmentsxxiii
Introductionxxv
Part IMastering Transact-SQL
1An Overview of SQL Server 20003
SQL Server's Networked Architecture4
SQL Server's Basic Components8
Transact-SQL9
SQL Server Database Architecture9
Administrative Components22
A Brief Development History of SQL Server27
What's New with SQL Server 200028
Conclusion33
2Data Definition Language Basics35
Introduction to SQL36
Creating a Database46
Creating a Table50
Creating a View70
Re-creating a View78
Creating an Index78
Dropping Databases, Tables, Views, and Indexes80
The SQL Catalog and Information Schema80
DDL Coding Suggestions83
Conclusion86
Additional Resources86
3Advanced Database Definition87
Specifying Database File Locations and Sizes88
Altering a Database90
Defining Filegroups90
Cascading Foreign Key Constraints93
More View Examples95
Indexes Over Computed Columns and Views106
Using the Query Analyzer109
Adding Extended Object Properties117
Conclusion120
4Data Manipulation Language Basics121
Introduction to DML122
Retrieving Rows with the Select Statement123
Using DML to Modify Table Data154
DML Coding Suggestions160
Conclusion161
5Advanced DML Statement Features163
Complex Select Statements164
Performance Hints202
Concurrent Access and Resource Locks203
DML Coding Suggestions211
Conclusion211
6Writing Stored Procedures, Triggers, and Functions213
Stored Procedures214
Triggers232
User-Defined Functions245
Debugging Stored Procedures, Triggers, and User-Defined Functions250
Conclusion253
7Developing Extended Stored Procedures255
Extended Stored Procedures256
OLE Automation Stored Procedures276
Conclusion283
Additional References283
Part IIWindows Applications
8Using ADO287
OLE DB and Universal Data Access288
OLE DB Architecture Overview288
ADO (ActiveX Data Objects)291
OLE DB and ADO Files293
ADO Architecture293
Adding the ADO Reference to Visual Basic295
Using ADO Objects with Visual Basic296
Advanced Database Functions Using ADO352
Conclusion380
Additional References380
9Using the ODBC API381
ODBC Architecture383
Configuring an ODBC Data Source385
Conclusion426
Additional References426
10Using DAO427
DAO Files429
DAO Architecture430
An Overview of Using DAO432
Adding the DAO Reference to Visual Basic432
Using DAO Objects with Visual Basic433
General Performance Tips for DAO and ODBC488
Conclusion489
Additional References489
11Using ODBCDirect491
ODBCDirect Files493
ODBCDirect Architecture493
Adding the DAO Reference to Visual Basic494
An Overview of Using ODBCDirect495
Creating the DBEngine Object496
Creating an ODBCDirect Workspace Object496
Ending the DBEngine Object497
Connecting to SQL Server497
Retrieving Data with ODBCDirect501
Modifying Data with ODBCDirect513
Advanced Database Functions Using ODBCDirect521
Conclusion528
Additional References529
12Using RDO531
RDO Files534
RDO Architecture534
An Overview of Using RDO535
Adding RDO 2.0 Objects to Visual Basic536
Using the RDO Objects with Visual Basic537
Advanced Topics563
Conclusion570
Additional References571
Part IIIWeb Applications
13Using the Web Wizard575
Web Integration Using the Web Assistant Wizard576
Conclusion591
14Using ASP and ADO593
Web and Database Integration Using ASP594
The ASP Object Model597
ASP Basics599
Using ADO Objects with ASP601
Advanced ADO-based Web Building Techniques641
Conclusion649
Additional References650
15Using XML651
XML Basics653
SQL Server 2000's Support for XML655
Using XML Streams and ADO684
Conclusion692
Additional Resources692
Part IVManagement and Analysis Applications
16Using SQL-DMO695
Distributed Management Framework696
SQL-DMO Files705
Using SQL-DMO705
Building the SQL-DMO Sample Application713
Conclusion734
17Developing Applications Using DTS735
An Overview of DTS736
Creating DTS Packages with the DTS Designer742
DTS Command Line Options760
Programming with DTS762
DTS Architecture762
Conclusion781
Additional References781
18Full-Text Search and English Query783
Full-Text Catalogs and Searches784
English Query794
Conclusion831
Part VAdministration for the Developer
19Managing Servers835
Overview of a SQL Server Installation836
Setting Enterprise Manager Properties847
Registering and Unregistering a Server849
Stopping, Starting, Pausing, and Continuing a Server854
Setting Server Properties855
Server Logins and Roles874
Working with SQL Server Agent875
Displaying Event Logs891
Viewing and Creating SQL Server Messages892
Working with Linked Servers894
Other Enterprise Manager Facilities897
Conclusion897
20Managing Databases899
Managing Databases and Database Objects900
Copy Database Wizard927
Conclusion933
21SQL Server Security935
Security Basics936
Setting Up Database Users947
Managing SQL Server Database Access977
Using Stored Procedures980
Permissions984
The Grant, Revoke, and Deny SQL Statements993
Role Permissions998
Stored Procedures and Permissions999
Ownership Chain1000
Database Security Principles and Guidelines1000
Conclusion1002
22Backup and Recovery1003
Why Back Up the Database?1004
Backing Up Database Objects1005
Database Recovery1025
Backup and Recovery Server Options1035
Using a Standby Server1036
Conclusion1036
23Database Performance Troubleshooting1037
Selecting the Appropriate Tool1039
SQL Profiler1042
Windows 2000 Server System Monitor1073
Enterprise Manager Current Activity Categories1096
Index Tuning Wizard1099
Showplan1106
Other Performance Tools1114
SQL Statement Hints1118
Hardware Considerations1125
Conclusion1126
Part VIRelational Database Concepts
24Introduction to the Relational Database Model1129
Background: Database Management Systems1130
The Relational Database Model1135
Conclusion1157
Additional Resources1158
25Introduction to Entity Relationship Diagrams (ERDs)1159
ERDs--A Design Tool1160
Basic ERD Concepts and Symbols1160
Adding Properties to ERDs1163
Multivalued Properties1165
Representing Associations1166
Exclusive Relationships1167
Entity Subtypes1168
When to Use ERDs1169
SQL Server Database Diagrams1171
Conclusion1178
Additional Resources1179
Part VIIAppendixes
AMaximum Capacities1183
System Capacities1184
Database Capacities1184
SQL Capacities1185
BCreating and Editing UDL Files1187
Creating UDL Files on Windows 9x and NT Using Explorer1190
Creating UDL Files on Windows 2000 Using Explorer1191
Creating UDL Files Using the Data Link API1192
Conclusion1195
Index1197


 
 
Related Reading
 Find similiar books in these subject areas:

All Topics > Computers & Internet > Microsoft > Development > SQL Server
All Topics > Computers & Internet > Web Development > Scripting & Programming > General
All Topics > Computers & Internet > Networking > Data in the Enterprise > Client-Server Systems
All Topics > Computers & Internet > Databases > Database Management Systems
All Topics > Computers & Internet > Databases > Specific Databases > SQL > General
All Topics > Computers & Internet > Databases > General


 
 
 People like you also bought:

SQL Server 2000 Web Application Developer's Guide, by Craig Utley

SQL Server 2000 Stored Procedure Programming, by

SQL Server 2000: The Complete Reference, by Jeffrey Shapiro

Professional SQL Server 2000 Programming, by Robert Vieira

Microsoft SQL Server 2000 Resource Kit, by Microsoft Press

The Guru's Guide to Transact-SQL, by Ken Henderson

Admin911: SQL Server 2000, by Brian Knight

 
 
 Keywords
SQL server, Client/server computing, Relational Databases, Sql (Programming Language), Computer Bks - Data Base Management, Computers, Database Management - SQL Server, Database Management - General, Programming Languages - SQL, Client/server computing

 
 
 FastFind Line
Inverse Black Hole
By the Numbers
By the Numbers
Cover To Cover
Cover to Cover
Reader's Corner
Reader's Corner
Table of Contents
Table of Contents
Related Reading
Related Reading
Inverse Black Hole
FastFind Line
 
 


Make $1 per sale -
Link to ZooScape.com!


About Us   |   Our Policies   |   Your Cart   |   Contact Us   |   Help
ZooScape.com

Copyright 1995 - 2009 - ZooScape.com
 
ZooScape.com