Home > Computing and Information Technology > Computer hardware > Microsoft SQL Server 2000 Unleashed: (English)
Microsoft SQL Server 2000 Unleashed: (English)

Microsoft SQL Server 2000 Unleashed: (English)

5       |  4 Reviews 
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist
X

About the Book

Microsoft SQL Server 2000 Unleashed, 2E offers a variety of topics for system and database administrators to help them learn new features of the product and to solve problems they face on a daily basis. It shows them how to build upon their working knowledge of the product and take their experience and knowledge to a higher level. This new edition of Microsoft SQL Server 2000 Unleashed covers the latest updates and service packs to SQL Server 2000, including full support for XML, notification services, and SQL Server CE.

Table of Contents:
(NOTE:Each chapter concludes with a Summary.) Introduction. I. WELCOME TO MICROSOFT SQL SERVER. 1. The Microsoft SQL Server Environment. Overview of Client/Server. SQL Server 2000 Components and Features. 2. SQL Server 2000 Environments and Editions. SQL Server 2000 Environments. SQL Server 2000 Editions. SQL Server Licensing Models. 3. What's New in SQL Server 2000. New SQL Server 2000 Features. SQL Server 2000 Enhancements. SQL Server and the .NET Framework. II. SQL SERVER TOOLS AND UTILITIES. 4. SQL Server Enterprise Manager. Establishing Server Groups and Registering SQL Server in Enterprise Manager. Server Configuration. Databases. Security. Server Management. Data Transformation Services. Support Services. System Tools. Replication. Using the Database Taskpad. Using the Query Designer. Scripting Objects. Getting Help. 5. SQL Server Command-Line Utilities. BCP. Data Transformation Services Utilities. ISQL/OSQL. makepipe and readpipe. ODBCcmpt. odbcping. rebuildm. regrebld. Replication Utilities. SQLDiag. SQLMaint. SQLServr. VSwitch. 6. SQL Server Query Analyzer and SQL Debugger. Query Analyzer. The SQL Debugger. 7. Using the SQL Server Profiler. SQL Server Profiler Architecture. Creating Traces. Saving and Exporting Traces. Replaying Trace Data. Defining Server-Side Traces. Profiler Usage Scenarios. III. SQL SERVER ADMINISTRATION. 8. Installing and Upgrading SQL Server. Choosing a SQL Server Edition. Hardware Requirements. Software Requirements. Selecting Installation Configuration Options. Verifying Installation. Starting, Stopping, and Pausing SQL Server. Post-Installation Configuration. Installation Troubleshooting. Remote Installation. Unattended Installation. Installing a Named Instance. Upgrading from Previous Versions. 9. Client Installation and Configuration. The SQL Server Client Architecture. Installing Client Tools. Client Configuration. Network Protocol Support. Installing ODBC. Microsoft Driver for JDBC. Connecting to SQL Server over the Internet. 10. SQL Server System and Database Administration. Responsibilities of the System Administrator. System Databases. System Tables. System-Stored Procedures. Useful System Procedures. Other Methods of Querying the System Tables. 11. Creating and Managing Databases. What Makes Up a SQL Server Database? Data Storage in SQL Server. Database Files. Creating Databases. Managing Databases. Setting Database Options. 12. Creating and Managing Tables in SQL Server. Datatypes. Numeric Datatypes. Datatype Synonyms. User-Defined Datatypes. Creating Tables. Creating Tables Using T-SQL. Creating Tables Using Table Designer. Viewing Table Properties and Data in Enterprise Manager. Limitations on Table Size and Dimensions. Dropping Tables. Temporary Tables. 13. Creating and Managing Indexes. Types of Indexes. Creating Indexes Using T-SQL. Creating Indexes Using Enterprise Manager. Managing Indexes. Dropping Indexes. 14. Implementing Data Integrity. Types of Data Integrity. Enforcing Data Integrity. Constraints. Rules. Defaults. 15. Security and User Administration. An Overview of SQL Server Security. Authentication Methods. SQL Server Security: Logins. SQL Server Security: Users. SQL Server Security: Roles. Managing SQL Server Logins. Managing SQL Server Users. Managing Database Roles. Managing SQL Server Permissions. SQL Server Permission Approaches. Object Owners. Using Encryption. 16. Database Backup and Restore. Developing a Backup and Restore Plan. Why Back Up Your Databases? A Typical Backup and Restore Scenario. Types of Backups. Setting the Recovery Mode. Backup Devices. Media Sets and Families. Creating Backup Devices with Transact-SQL. Creating Backup Devices with SQL Enterprise Manager. Backing Up the Database. Backing Up the Transaction Log. Restoring the Database. Transact-SQL Restore Examples. Restoring to a Different Database. Restoring a File or Filegroup. Restoring to a Point in Time. Performing a Partial Database Restore. Restoring the System Databases. Additional Backup Considerations. 17. Database Maintenance. What Needs to Be Maintained. The Database Maintenance Plan Wizard. Setting Up Your Own Maintenance Tasks. The Database Console Commands (DBCC). Using SQLMAINT.EXE for Database Maintenance. 18. SQL Server Scheduling and Notification. SQL Agent Overview. Configuring SQL Server Agent. Viewing the SQL Server Agent Error Log. Operators. Jobs. Alerts. Scripting Jobs and Alerts. Multiserver Job Management. Event Forwarding. 19. Managing Linked and Remote Servers. Remote Servers. Linked Servers. Adding, Dropping, and Configuring Linked Servers. Mapping Local Logins to Logins on Linked Servers. Obtaining General Information about Linked Servers. Executing a Stored Procedure via a Linked Server. Setting Up Linked Servers through Enterprise Manager. 20. Importing and Exporting SQL Server Data Using BCP and DTS. Bulk-Copy Program (BCP). The Bulk-Copy Program. Logged and Non-Logged Operations. The BULK INSERT Statement (Transact-SQL). Improving Load Performance. BCP Extras. Data Transformation Services (DTS). DTS Architecture and Concepts. Package Execution Utilities. Running the DTS Wizard. DTS Designer. A Bit More on Metadata. 21. Administering Very Large SQL Server Databases. Do I Have a Very Large Database (VLDB)? VLDB Maintenance Issues. Partitioning Data. 22. Data Replication. What Is Replication? The Publisher, Distributor, and Subscriber Metaphor. Replication Scenarios. Replication Agents. Planning for SQL Server Data Replication. SQL Server Replication Types. User Requirements Drive the Replication Design. Setting Up Replication. Scripting Replication. Monitoring Replication. 23. SQL Mail. Setting Up an E-Mail Client/Profile. Configuring SQL Mail. Configuring SQLAgentMail. SQL Mail Stored Procedures. 24. SQL Server Clustering. From Windows NT Enterprise Edition to Windows 2000 Advanced Server. Cluster Services. SQL Clustering and Fail-Over Support. Network Load Balancing. 25. Defining System Administration and Naming Standards. The SQL Server Environment Approach. SQL Server Naming Standards. IV. TRANSACT-SQL. 26. Using Transact-SQL in SQL Server 2000. T-SQL and ANSI/ISO SQL. What's New for T-SQL in SQL Server 2000. SELECT, INSERT, UPDATE, and DELETE. SQL Server Functions. Programming Constructs. Cursors. 27. Creating and Managing Views in SQL Server. Definition of Views. Using Views to Simplify Retrieval of Data. Using Views to Hide Underlying Table Structures. Using Views as a Security Mechanism. Data Modifications and Views. Creating Views. Altering and Dropping Views. Partitioned Views. Indexed Views. Views and Query Performance. 28. Creating and Managing Stored Procedures in SQL Server. Advantages of Stored Procedures. Creating and Executing Stored Procedures. Deferred Name Resolution. Viewing and Modifying Stored Procedures. Using Input Parameters. Using Output Parameters. Returning Procedure Status. Cursors in Stored Procedures. Nested Stored Procedures. Using Temporary Tables in Stored Procedures. Using the table Datatype. Remote Stored Procedures. Debugging Stored Procedures with Query Analyzer. Debugging with Microsoft Visual Studio and Visual Basic. System Stored Procedures. Stored-Procedure Performance. Using Dynamic SQL in Stored Procedures. Autostart Procedures. Extended Stored Procedures. Stored Procedure Coding Guidelines and Limitations. 29. Creating and Managing Triggers. Benefits and Uses of Triggers. Creating Triggers. AFTER Triggers. inserted and deleted Tables. Checking for Column Updates. Nested Triggers. Recursive Triggers. Enforcing Referential Integrity with Triggers. INSTEAD OF Triggers. 30. User-Defined Functions. Why Use User-Defined Functions? Types of Functions. Creating and Managing Functions. System-Wide Table Valued Functions. Rewriting Stored Procedures as Functions. 31. Transaction Management and the Transaction Log. What Is a Transaction? How SQL Server Manages Transactions. Defining Transactions. Transaction Logging and the Recovery Process. Transactions and Batches. Transactions and Stored Procedures. Transactions and Triggers. Transactions and Locking. Coding Effective Transactions. Long-Running Transactions. Bound Connections. Distributed Transactions. 32. Distributed Transaction Processing. Distributed Transaction Processing. Distributed Queries. Linked Servers. Distributed Transactions. MS DTC Architecture. V. SQL SERVER INTERNALS AND PERFORMANCE TUNING. 33. SQL Server Internals. SQL Server Memory Management. SQL Server Process Management. SQL Server Disk I/O. SQL Server Storage Structures. Database Files and Filegroups. Database Pages. Tables. Indexes. Data Modification and Performance. 34. Indexes and Performance. Index Usage Criteria. Index Selection. Evaluating Index Usefulness. Index Statistics. Index Design Guidelines. Indexed Views. Indexes on Computed Columns. The Index Tuning Wizard. Choosing Indexes: Query Versus Update Performance. 35. Understanding Query Optimization. What Is a Query Optimizer? Query Compilation and Optimization. Step 1: Query Analysis. Step 2: Index Selection. Step 3: Join Selection. Step 4: Execution Plan Selection. Reusing Query Plans. Other Query Processing Strategies. Parallel Query Processing. Data Warehousing and Large Database Query Strategies. Common Query Optimization Problems. Managing the Optimizer. 36. Query Analysis. Displaying Execution Plans in Query Analyzer. Query Analyzer Server Trace. Query Analyzer Client Statistics. SHOWPLAN_ALL and SHOWPLAN_TEXT. Statistics. Query Analysis with SQL Profiler. 37. Monitoring SQL Server Performance. Performance-Monitoring Approach. Performance Monitor. Windows Performance Counters. SQL Server Performance Counters. SNMP Support. Using DBCC to Examine Performance. Other SQL Server Performance Considerations. 38. Locking and Performance. The Need for Locking. Transaction Isolation Levels in SQL Server. The Lock Manager. Monitoring Lock Activity in SQL Server. SQL Server Lock Types. SQL Server Lock Granularity. Lock Compatibility. Locking Contention and Deadlocks. Table Hints for Locking. Optimistic Locking. 39. Database Design and Performance. Basic Tenets of Designing for Performance. Logical Database Design Issues. Denormalizing the Database. Database Filegroups and Performance. RAID Technology. 40. Configuring, Tuning, and Optimizing SQL Server Options. SQL Server Instance Architecture. Configuration Options. Fixing an Incorrect Option Setting. Setting Configuration Options with SQL Enterprise Manager. Obsolete Configuration Options. Configuration Options and Performance. VI. ADDITIONAL SQL SERVER FEATURES. 41. Using XML in SQL Server. Creating a Virtual Directory for Use with SQL Server 2000. Exploring Extensible Markup Language (XML). Retrieving Data Using the FOR XML Clause. Using FOR XML RAW. Using FOR XML AUTO. Using FOR XML AUTO, ELEMENTS. Using FOR XML EXPLICIT. Retrieving XML-Data Schemas. Retrieving Binary Data in XML. The Basics of XML Path Language (XPath). Using XML in Stored Procedures. Using OPENXML to Read XML. Using URL Queries. Using XML Templates. Using XML Updategrams. 42. Microsoft SQL Server Analysis Services. What Is Analysis Services and OLAP? Understanding the Analysis Services Environment and the “Land of Wizards”. An Analytics Design Methodology. An Analytics Mini-Methodology. An OLAP Requirements Example. OLAP Cube Creation. Creating an OLAP Database. Working with a Relational Database. Files at the Operating System Level. 43. Microsoft Transaction Server. MTS Overview. Building an MTS Component. Installing an MTS Component. Configuring Security. Running an MTS Application. Using Database Connection Pooling. 44. SQL Server Full-Text Search Services. How Search Server Works. Setting Up a Full-Text Index. Maintaining Full-Text Indexes. Full-Text Searches. Using Document Filters. 45. SQL Server Notification Services. Introduction to SQL Notification Services. Obtaining and Installing SQL Notification Services. SQL Notification Services Architecture. Instances and Applications. Deploying and Configuring a Notification Services Instance. Monitoring and Administering a Notification Services Instance. 46. SQL Server and the Microsoft .NET Framework. The Microsoft .NET Framework Class Library. ADO.NET. .NET SQL Providers. .NET Concurrency Model (Default). XML Externalization in .NET. A .NET Application Within Visual Studio .NET. 47. English Query. What Is English Query? Getting Started with English Query. How Does English Query Work? Building a Simple English Query Application. Contextual Information. Index.


Best Sellers


Product Details
  • ISBN-13: 9780672324673
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Edition: 0002-
  • Language: English
  • Series Title: English
  • Weight: 2277 gr
  • ISBN-10: 0672324679
  • Publisher Date: 08 Jan 2003
  • Binding: SA
  • Height: 188 mm
  • No of Pages: 1560
  • Spine Width: 55 mm
  • Width: 230 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

5       |  4 Reviews 
out of (%) reviewers recommend this product
Top Reviews
Rating Snapshot
Select a row below to filter reviews.
5
4
3
2
1
Average Customer Ratings
5       |  4 Reviews 
00 of 0 Reviews
Sort by :
Active Filters

00 of 0 Reviews
SEARCH RESULTS
1–2 of 2 Reviews
    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!

    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!


Sample text
Photo of
    Media Viewer

    Sample text
    Reviews
    Reader Type:
    BoxerLover2
    00 of 0 review

    Your review was submitted!
    Microsoft SQL Server 2000 Unleashed: (English)
    Pearson Education (US) -
    Microsoft SQL Server 2000 Unleashed: (English)
    Writing guidlines
    We want to publish your review, so please:
    • keep your review on the product. Review's that defame author's character will be rejected.
    • Keep your review focused on the product.
    • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
    • Refrain from mentioning competitors or the specific price you paid for the product.
    • Do not include any personally identifiable information, such as full names.

    Microsoft SQL Server 2000 Unleashed: (English)

    Required fields are marked with *

    Review Title*
    Review
      Add Photo Add up to 6 photos
      Would you recommend this product to a friend?
      Tag this Book
      Read more
      Does your review contain spoilers?
      What type of reader best describes you?
      I agree to the terms & conditions
      You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

      CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

      These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


      By submitting any content to Bookswagon, you guarantee that:
      • You are the sole author and owner of the intellectual property rights in the content;
      • All "moral rights" that you may have in such content have been voluntarily waived by you;
      • All content that you post is accurate;
      • You are at least 13 years old;
      • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
      You further agree that you may not submit any content:
      • That is known by you to be false, inaccurate or misleading;
      • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
      • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
      • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
      • For which you were compensated or granted any consideration by any unapproved third party;
      • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
      • That contains any computer viruses, worms or other potentially damaging computer programs or files.
      You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


      For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


      All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

      Accept

      New Arrivals


      Inspired by your browsing history


      Your review has been submitted!

      You've already reviewed this product!
      ASK VIDYA