Average customer rating:
|
Professional SQL Server 2000 Programming
Rob Vieira Manufacturer: Peer Information ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1861004486 |
Amazon.com
When it comes to selecting computer books, deciding which book to buy can sometimes be even more confusing than the software it is written about. However, if you are looking for a book to instruct you on the use of SQL Server 2000, Professional SQL Server 2000 Programming is an excellent choice.In addition to providing a thorough treatment of SQL Server 2000 development, Rob Vieira's extensive reference also devotes quite a lot of space to covering SQL in general and issues relating to database design. Included is a complete introduction to Transact-SQL and an excellent chapter on normalization that will help demystify an over-referenced but much misunderstood database design concept. There is also in-depth information on the new features of SQL Server 2000, including indexed views, user-defined functions, and support of XML. Sadly, there's no accompanying CD-ROM, but source code for the book can be downloaded from the Wrox Web site.
While you don't need any knowledge of SQL Server or database administration to make the most of this book, you will need a reasonable understanding of programming fundamentals. That said, the author's down-to-earth style makes it possible for anyone with some programming background, and the will to learn, to really get comfortable with SQL Server 2000 development. If you are looking for a book that combines rich content with clear explanation, look no further. --Peter Lunn, Amazon.co.uk
Book Description
Microsoft SQL Server 2000 will be a significant new revision of the fastest rising player in the RDBMS marketplace. Microsoft is actively encouraging a growing number of users onto the SQL platform, by making it cheaply available. The new release, SQL 2000, is tightly integrated with Windows 2000, offering more support for XML and much improved OLAP (Online Analytical Processing) services.SQL Server is very strong in the market place, supporting both small and large Internet sites. Large users include Merryl Lynch, DELL Computer and HarperCollins Publishers. Commercial applications running on SQL Server range in size from small databases such as Sales Logix, to large ERP systems such as SAP, where it is now the SAP "preferred" database for NT based installations. SQL Server is now first choice for the developer wanting a powerful, reliable and sophisticated database.
Customer Reviews:
Best overall SQL 2000 book.......2006-12-03
Not bad not good.......2006-09-20
Tiny font.......2006-07-07
One of the best!!.......2006-05-15
Un-satisfied with this book.......2006-05-10
Average customer rating:
|
Beginning SQL Server 2000 DBA: From Novice to Professional (The Expert's Voice)
Tony Bain , Michael Benkovich , Brian Freeman , Baya Pavliashvili , and Joseph Sack Manufacturer: Apress ProductGroup: Book Binding: Paperback Similar Items:
Accessories:
ASIN: 159059293X |
Book Description
SQL Server 2000 is the leading relational database in the Windows market. The increased manageability of SQL Server 2000 has "lowered the bar" with regard to the people that can use it – anyone can use a SQL Server database. However, this book recognizes that aspiring DBAs need more than just a basic knowledge of the available features in order to be considered "a safe pair of hands" for the database and the mission-critical data that is stored in it. They require direction and advice from an expert mentor who not only understands the features available and how they should be used, but also knows what it takes to be a good and effective DBA. In essence, this book is that "mentor", and this is why the book stands apart from the "feature overview" competition.
The book teaches a database novice the core job and roles involved in administering a SQL Server database. It follows the lifecycle of the database, from installation, design and modeling, through development, tuning and securing to growth and migration. It provides practical advice ("How to..."), answers typical questions that they'll encounter from managers and developers ("How do I..."), and offers practical steps to overcome issues with which beginners traditionally struggle. At every stage, it establishes a range of tried-and-tested practices and techniques that will establish and maintain the health of a DB system ("How to be a good DBA").
Customer Reviews:
A review.......2006-11-23
A very good book for SQL server self-learner.......2006-06-21
Not enough T-SQL.......2006-03-27
Extensive coverage of what every SQL DBA should know.......2004-05-03
So what does the book cover? It starts with the different types of DBAs, the different versions of SQL Server 2000 available, installation methods and resolving installation problems. After getting everything installed and working correctly it moves on to working with the database with things like creating a database, basic considerations for databases (such as raid levels), and everyday administrative activities like making the database read-only, removing databases, adding databases, changing the path, creating and deleting tables. One of the things I liked about this section (and most of the sections of the book) was that it explained how to do each task by using the database manager and by using the Transact-SQL language.
Each of the sections follows logically from the prior one. With all the database management section completed the next part covers doing queries, joins, creating indexes, and similar tasks, basic backing up and restoring databases, generating a database script, creating and adding jobs, working with security and authentication, user permissions, roles, application security, ODBC, ADO, performance monitoring, and other tasks.
Although it was mentioned in brief in an earlier chapter, chapter eight provides a thorough treatment of backup and recovery. This is a very important chapter, I have run across many, many SQL installations where people did not understand the correct backup and restore procedures for SQL and made a complete mess of their system using copy and paste techniques. The author does an excellent job here and it will keep you out of trouble if you follow his advice.
The remaining portion of the book covers replication (a particularly well-done chapter), writing Transact-SQL code, creating views, error handling, writing triggers, data warehousing, data analysis, and creating a data transformation package using the data transformation package editor. Due to the breadth of coverage "Beginning SQL Server 2000 DBA: From Novice to Professional" is exactly as advertised and useful to both the complete novice and the experienced professional. Note that although it covers some of the more common uses of T-SQL for administrative purposes it is not a book on programming, it is a book on administration and within that defined area it is excellent. "Beginning SQL Server 2000 DBA" is a highly recommended read.
Average customer rating:
|
Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer)
Mark Chaffin , Brian Knight , and Todd Robinson Manufacturer: Wrox ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 0764543687 |
Amazon.com
A lot of corporate databases are what's behind the Internet revolution. Professional SQL Server 2000 DTS gives DBAs and programmers a handy guide to getting the most out of the Data Transformation Services (DTS)--a flexible set of tools that work on a wide variety of databases--that are available in SQL Server 2000.The hands-on focus of the book makes it a win for readers of all backgrounds. While online help for DTS is not always easy to decipher, this book remedies the situation with plenty of screen shots of all of the major tools in action. Early sections examine nearly two dozen built-in tasks or functions in DTS--from the obvious (copying data from one database to another) to the more esoteric (sending files via FTP within DTS).
A gentle introduction to using VBScript and ActiveX objects gets at the DTS object model to design "custom tasks." By using this approach, you can automate and transform data reliably among different formats, including mainframe and Office documents. (Specific tips guide you in working with DB2 and Excel data.) A standout section looks at "linking" servers and querying data from heterogeneous sources.
You also learn how to build a Web front end (using ASPs) for a data application that uses SQL-DMO APIs to automate database tasks through a browser. Later, there's an excellent tutorial on data warehousing, done the Microsoft way--from the basics of the star, snowflake, and hybrid fact tables for a data mart to setting up and loading the data using DTS, and then running the database with Microsoft Analysis Services. The book closes with a thorough reference section that lists the objects and methods in the DTS object model.
Whether you're performing normal database administration or setting up a data warehouse--or you just want to work with data more effectively within your applications--Professional SQL Server 2000 DTS gives you all of the information that you need to be productive with a powerful (and sometimes overlooked) set of database tools and components. --Richard Dragan
Topics covered:
Book Description
What is this book about?(DTS) Data Transformation Services helps you create a transactional system to load and transform your data from and to a wide variety of sources. SQL Server DTS was introduced in the release of SQL Server 7.0; however, SQL Server 2000 sees the functionality and power of this outstanding and incredibly useful tool greatly increased. DTS can be used to maximum effect in data-driven applications, offering rapid and effective solutions to a wide range of common problems.
Professional SQL Server 2000 DTS provides a complete introduction to DTS fundamentals and architecture before exploring the more complex data transformations involved in moving data between different servers, applications, and providers. The book then focuses on DTS programming via the DTS object model, enabling developers to incorporate custom transformations and reporting capabilities into their applications. Advanced topics are explained including error handling, dynamic data loading, and data warehouses. With code and case studies, this book gives the reader a complete picture of how to use DTS to its fullest potential.
What does this book cover?
Here are just a few of the things you'll find covered in this book:
Who is this book for?
This book is principally aimed at database programmers and administrators who have a working knowledge of SQL Server, and who wish to take DTS beyond its most basic level and tailor it to their needs. It will also appeal to managers and project managers who want to gain an understanding of DTS and how it could benefit their businesses.
Download Description
What is this book about? (DTS) Data Transformation Services helps you create a transactional system to load and transform your data from and to a wide variety of sources. SQL Server DTS was introduced in the release of SQL Server 7.0; however, SQL Server 2000 sees the functionality and power of this outstanding and incredibly useful tool greatly increased. DTS can be used to maximum effect in data-driven applications, offering rapid and effective solutions to a wide range of common problems. Professional SQL Server 2000 DS provides a complete introduction to DTS fundamentals and architecture before exploring the more complex data transformations involved in moving data between different servers, applications, and providers. The book then focuses on DTS programming via the DTS object model, enabling developers to incorporate custom transformations and reporting capabilities into their applications. Advanced topics are explained including error handling, dynamic data loading, and data warehouses. With code and case studies, this book gives the reader a complete picture of how to use DTS to its fullest potential. What does this book cover? Here are just a few of the things you'll find covered in this book: A detailed explanation of the seventeen principal DTS tasks Connecting to, querying, and converting heterogeneous data Dynamic configuration of your DTS packages Enhancing your DTS packages with VBScript and Visual Basic Writing your own custom tasks Using DTS in a data-warehousing environment Employing DTS in other applications Who is this book for? This book is principally aimed at database programmers and administrators who have a working knowledge of SQL Server, and who wish to take DTS beyond its most basic level and tailor it to their needs. It will also appeal to managers and project managers who want to gain an understanding of DTS and how it could benefit their businesses.Customer Reviews:
Very Good Book for DTS.......2005-10-03
Forget about this........2005-06-28
Not worth it.......2004-02-24
I give it 3 stars because they do a good job of at least mentioning probably every concept that relates to DTS, but coverage is mostly shallow and out of focus. There does seem to be heavy emphasis on data warehousing, which I haven't used so far, so I'll give it the benefit of the doubt regarding coverage there. Overall I still think I might find something good when I need a reference but so far I have mostly found SQL Books Online equally, or sometimes more useful.
a nice laid out wrox book.......2003-08-29
a nice laid out wrox book.......2003-08-29
Average customer rating:
|
Professional SQL Server 2000 Database Design
Louis Davidson , and Wrox Author Team Manufacturer: Wrox Press ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1861004761 |
Book Description
SQL Server 2000 is the latest and most powerful version of Microsoft's data warehousing and relational database management system.Professional SQL Server 2000 Database Design provides an outline of the techniques that the designer can employ to make effective use of the full range of facilities that SQL Server 2000 offers. It attempts to move away from traditional texts on relational database design by considering design issues from a 'real world' point of view. To that end, it provides a full case study illustrating the scope of the designer's role - right from initial discussions regarding a client's needs, through development of a logical model, to full implementation of the system.
Customer Reviews:
Why WROX is overrated.......2003-04-14
Leave it to say I'm very dissapointed. I own well over 100 tech books and this is by far the most wordy book I've read. This extra detail of wordiness does not offer some great insight into the subject but seems to serve as a way for the author(s) to turn what should be a 250 page book into a long and boring 600 page read.
I prefer books that get "right to the point". Theory is good and all but not in excessiveness. What it really boils down to is time, this book doubles my pacing and doesn't offer more in the line of education. If I wanted to read something big, I'll buy 'War & Peace'.
Bigger is NOT always better.
Not the be all end all, but a good place to start.......2003-01-04
disappointing.......2002-08-10
I was disappointed in this book, but I'm having trouble putting my finger on exactly why I was disappointed. I read every word, which is rare for a technical book, but I just don't feel like I learned in the areas that I really wanted to learn. My two main goals for this read were to learn how to better build business rules into my databases and to reinforce and validate data modeling techniques I have been taught from mentors.
Extensive coverage is given in the first half of the book to the logical design (extensive to the point of obnoxious). Tips on how to break down your notes for entities and relationships and the like are abundant. A theme I kept repeating to myself over and over as I read was that this is big-time overkill for anything other than an enterprise-scale application. I'm as big an advocate of documenting client interviews as the next guy, but come on - breaking down every paragraph looking for verbs is just overkill. There was no advice given on how to solicit valuable information. Reports are discussed, but I'm a firm believer that reports can tell you much more about an application's true value than anything else. I very much prefer to start by asking the question "What information do you need from the system to do your job better than you do today?" than to start out by asking, "What do you do all day?" I find it the only way to break users out of the paradigm that they have worked in for so long and it leads to much more innovative useful applications. Nothing like this was in the book. I learned how to go through notes that magically appear, and that reports will shed light on missed pieces of information and new pieces of functionality, but who doesn't know that that has designed a database?
Davidson is a BIG advocate of normalization. And while there is no substitute for a well-normalized database for application stability and data integrity, Davidson advocates the breaking out of tables for the most meaningless of reasons. Those that develop applications on top of his databases much hate all the extra work he builds in. I disagree with his assertion that the database should be built to anticipate any possible changes to the user-expected data. You will spend forever trying to anticipate changes, and even longer coding over the massive database you have built. For example, in order to store a user's address, Davidson advocates a six-table structure with five joins. Are you kidding me? What coder wants to deal with all that just for the possibility that some time down the road the users may want to add Address Line 10 to the application.
Davidson also follows an annoying pattern for demonstrating his normalization techniques. He presents a data model with problems, introduces a concept, applies the concept to the tables and comes up with a better model. This is great, except that he continues to build on the same example throughout the book. So, other than the very last model, all the ones before it are incorrect. You have to read every word in order to get to the correct answer. It makes it impossible to pick up a chapter to use as a reference, because if you create a solution similar to the one demonstrated, you will have an improperly normalized database. Fine for a book you read front to back, but not so good for a reference manual.
The implementation details of the book were even more disappointing. Davidson is not an advocate of an N-Tier approach to coding. He believes that as many of the business rules that can be incorporated into the database should be built there. He openly says that he butts heads with his developers and system architects over this issue. I'm not surprised. While I suppose that building the business rules into the database is good for data integrity, I think the biggest advantage for the DBA is job security. I believe that a well-built database should be flexible to changes in business rules and that the data should be stored independent of those rules whenever possible. We all know rules change, and I don't like messing with a production database if I can help it. I would rather have flexibility in the model and trust my business tier coders to do their job.
The chapters on Stored Procedures, UDFs, Triggers, and the like are too complicated for a newbie and too un-detailed for an experienced developer. I found Professional SQL Server 2000 Programming by Robert Vieira a much better reference for both the basics and best practices.
I guess I've written enough. I still feel there is value in this book. For someone that has never designed a database before or has no formal training, it may be a good reference, but I fear it will be too complicated for a true newbie. There are valuable bits of advice and I broke out my highlighter more than once. In particular, Davidson offers some simple modes for overcoming common problems such as attribute change history.
Three stars - I just had too many disagreements with the author to go any higher.
-HawkeyeGK
Buenisimo para todo nivel!.......2002-06-21
Te lleva de la mano en todo momento, desde el momento de la toma de información y las entrevistas con el cliente hasta el proceso de Diseño de la Base de Datos como tal en SQL Server 2000.
Además utiliza un lenguaje muy cotidiano, lo cual hace el libro un poco particular.
Soup To Nuts Engineering For Database Design, A Keeper.......2001-11-25
This is a great guide for the experienced professional developer who may do database design only occasionally. Examples are all from the business world. The book is filled with code, which can be downloaded.
The 606-page book has two sections: (1) logical design and (2) physical design and implementation. So far I have only completed the first section, but looking ahead it seems that this book will carry me all the way through actual testing of my finished application.
The name suggests, perhaps improperly, a particular connection to Microsoft's SQL Server. The book addresses design and implementation issues on a general relational/SQL level; and the specific setups and interfaces (the MMC for example) of Microsoft's latest relational database, SQL Server 2000, are absent. I do not see a single SQL Server screen shot among the hundreds of illustrations. Specifics of setting up SQL Server are available in dozens of other books. This is a software engineering book, not a system administration book. Those making their first attempt at relational design will find the book a bit too challenging unless they are serious professionals.
Average customer rating:
|
MCDBA SQL Server 2000 Database Design Study Guide (Exam 70-229)
Syngress Media Inc , Anil Desai , Jeffery Bane , and Craig Robinson Manufacturer: Osborne/McGraw-Hill ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0072126949 |
Book Description
Includes 100% complete coverage of all exam objectives, hundreds of practice questions, and hands-on exercises This exam is required for MCDBA certification and a popular elective for both the MCSE and MCSD certifications Previous edition sold more than XX,XXX copies CD-ROM contains CertTrainer software with interactive tutorials and lab simulations and ExamSim practice exam softwareCustomer Reviews:
Vague, poorly edited, and generally useless.......2003-09-15
Quite good from novice perspective.......2003-05-12
Not very good for 70-229..........2002-10-09
Had to buy another book(Que Exam Geer: 70-229 SQL Design/Implement) and then went and past the test...
A fairly good book for MCDBA and MCSD Preparation.......2002-05-08
Not for the uninitiated.......2002-04-22
This book helped me prepare for the obscurities of the MCDBA test that I would not normally run across in the real world.
One thing that I did notice is the drastically different
styles of the chapters, it was clear that it was a group collaboration with some gifted writers and some not (The style of chapter 2 should have persisted throughout the book, it would have been much more enjoyable!)
Overall, It was highly informative and has been a great reference so I have nothing but positive things to say, but for those who expect to pass after reading it... A book isn't an alternative to experience.
Average customer rating:
|
Professional SQL Server 2000 XML
Paul J. Burke , Sam Ferguson , Denise Gosnell , Paul Morris , Karli Watson , Darshan Singh , Brian Smith , Carvin Wilson , Warren Wiltsie , Jan Narkiewicz , and J Michael Palermo Manufacturer: Wrox Press ProductGroup: Book Binding: Paperback Similar Items: ASIN: 1861005466 |
Amazon.com
Key to the interoperability of Microsoft SQL Server 2000--its ability to exchange information with other database management systems and with client applications--is its support of Extensible Markup Language (XML). Regardless of whether you're a database administrator charged with designing and maintaining databases or a software developer who uses SQL Server at the back end of a multitiered application, you need to understand what XML is all about, and how SQL Server goes about reading and writing it. Professional SQL Server 2000 XML uses an approach typical of Wrox Press--liberal commentary interspersed with plenty of examples that build on one another--to help its readers learn about its subject.This book was written by a team of authors, each of whom wrote a few chapters in his or her specialty area. Like any book written by several people, this one displays different writing styles throughout, but the effect is not striking if you use the book mainly as a reference. Each author typically takes on the capabilities of SQL Server and XML one at a time, explaining what each is all about before launching into examples (complete with code) that reveal the mechanisms at work. It's a lot of information to absorb, but the authors do a fine job of presenting it logically. Case studies present big projects that each employ several of SQL Server's XML capabilities. --David Wall
Topics covered: The XML capabilities of Microsoft SQL Server 2000, including the FOR XML clauses in Transact-SQL, the OpenXML specification, XDR and XSD schemas, templates, views, and updategrams.
Book Description
The most important new features of SQL Server 2000 concern XML and the added functionality that it provides. This includes the ability to use XML documents to update your database, access SQL Server through HTTP and retrieve data from your database in XML format.
Building extensively on the new features introduced in Professional SQL Server 2000 (1-861004-48-6) this book goes beyond just the key issues and provides blanket in-depth coverage of advanced topics, including both XDR and XSD schemas (support for which has been added in the new Web Release 2), and additions in Web Release 1, such as Updategrams and XML Bulk Load. This book also includes five real-world case studies that show exactly how the XML capabilities of SQL Server 2000 can best be exploited with technologies as diverse as ASP, C#, and SOAP.
This book covers:
An introduction to XML
How to retrieve XML data from your database using FOR XML
Exposing XML documents as relational resultsets using OPENXML
Using XDR and XSD schemas to retrieve results through HTTP requests
Describing SQL Server tables using XML Views
A detailed discussion of the use of XPath queries with SQL Server
Modifying your database with Updategrams
Importing XML documents into your database with XML Bulk Load
An overview of the new features provided with Beta 1 of Web Release 2
Customer Reviews:
Not that good for .Net developers.......2002-08-20
No other book covers SQL XML features like this one does.......2001-12-13
All that glitters is not Rob Vieira.......2001-12-04
Nice book, lots of code.......2001-08-11
Pluses in this book include the chapter on FOR XML and the chapter on OPENXML. I believe this is the area where most developers will like to spend the most of their time. I would have liked to see FOR XML EXPLICIT get a bit more coverage, as this is the bear, but the examples are workable, so I cannot complain too much.
I also enjoyed the updategram chapter. This ability was highly touted in Microsoft marketing events, but took quite some time to surface. The case studies help put the technology in a real world light.
The negatives are few. First, I believe far too much time is spent on XSD schemas, at least with the way it is presented. In a real world scenario, you are probably going to pull the schema from an existing database, which makes this material NULL and void. If you do get into writing XSD, you will find this material far too shallow.
I also would have liked to see how this technology could blend with the direction Microsoft is pushing .NET. I realize this is not the topic of the book, so I have not hammered on this. Perhaps the next book will be SQL Server 2000 and .NET?
Average customer rating:
|
Professional SQL Server 2000 Data Warehousing with Analysis Services
Chris Graves , Mark Scott , Mike Benkovich , Paul Turley , Robert Skoglund , Robin Dewson , Sakhr Youness , Denny Lee , Sam Ferguson , Tony Bain , and Terrence Joubert Manufacturer: Peer Information Inc. ProductGroup: Book Binding: Paperback ASIN: 1861005407 |
Book Description
Data warehouses have evolved to cope with the huge volumes of data flowing through the workplace by separating the data used for reporting and decision making from the operational systems. The purpose of the data warehouse is simply to store the raw data, and in combination with Microsoft SQL Server 2000 Analysis Services, this data can be transformed into accessible information that reflects the real factors affecting the enterprise.In this book, we introduce the key concepts of data warehousing, OLAP, and data mining. In addition to coverage of Data Transformation Services (DTS) and MDX, this book also demonstrates how to develop an Analysis Services client application, and how to secure and optimize your data warehouse. There is also an in-depth discussion of the exciting new topic of Web Housing.
By reading this book, you will learn how best to employ data warehousing and OLAP in your business, and how to leverage it to provide your organization with improved revenue and profitability.
This book covers:
Understanding Analysis Services Architecture
Designing Data Warehouses and Data Marts
Using Data Transformation Services (DTS) in Data Warehousing
Techniques for Data Mining and Analysis
Building OLAP cubes with Analysis Manager, and programmatically through DSO
Securing, Administrating and Optimizing a Data Warehouse and OLAP system
Using Multidimensional Expressions (MDX) to query OLAP cubes
Building OLAP client applications with Visual Basic and ASP
English Query, PivotTable Service
Customer Reviews:
Poorly Written and Confusing.......2003-09-05
The Analysis Services tutorials included with SQL Server and Books Online are much more informative - with deliberate, well documented hands-on tutorials.
This is NOT the reference you are looking for.
Better than the last book!.......2002-01-07
This book is a dream if you are involved within Analysis and even looking at the new DTS Analysis functions has helped me.
Comparing this with other books, by far this is the one that is well written and doesnt just come out with the obvious.
A Light in the Data Mining Tunnel.......2001-12-27
Step by Step is Better.......2001-12-17
Average customer rating:
|
Scripting XML and WMI for Microsoft(r) SQL Server 2000: Professional Developer's Guide
Tobias Martinsson Manufacturer: John Wiley & Sons ProductGroup: Book Binding: Paperback ASIN: 0471399515 |
Book Description
A quick-start guide to mastering all of SQL Server 2000's hot new Web development and database programming featuresCustomer Reviews:
Get it for the WMI coverage.......2001-11-16
Good Book.......2001-04-30
XML is not what I bought it for. I know MSXML, XSLT, XPath, yada yada yada. But I found some stuff I can use with ADO and MSXML. It's a bonus.
Another bonus: the code samples are available in Perl. Found them on the CD-ROM next to the VBScript samples. A pleasant surprise because the booktext shows example-code in VBScript.
Save Yer Dough.......2001-04-24
Use MSDN Instead.......2001-04-23
Use MSDN Instead.......2001-04-23
Average customer rating:
|
MCSE Training Kit: Microsoft(r) SQL Server(tm) 2000 System Administration
Microsoft Corporation Manufacturer: Microsoft Press ProductGroup: Book Binding: Hardcover Similar Items:
ASIN: 0735612471 |
Book Description
This official MCSE TRAINING KIT teaches database administrators how to set up and support SQL Server 2000-as they prepare for MCP Exam 70-228, an elective on the MCSE track for Microsoft Windows(r) 2000 and a core exam for MCDBA certification. Topics map directly to the objectives measured by the MCP exam, including installing and configuring SQL Server 2000, creating databases, optimizing database performance, extracting and transforming data, managing security, and monitoring and troubleshooting SQL Server system activity. Students learn through an integrated system of skill-building tutorials, case study examples, and self-assessment exercises. An economical alternative to classroom instruction, this kit enables students to set their own pace and learn by doing!Customer Reviews:
Incomplete book for the 70-228 exam.......2003-11-29
Great buy!.......2002-12-27
Good book.......2002-12-06
A good place to start.......2002-08-25
The book covers all the basics but you must also know the following that this book does NOT cover:
1. Know your T-SQL very well.
2. Know all about indexes and how they affect performance.
3. Know some about db design, keys etc.
4. Know how to diagnose poor query performance.
Good Luck
Best Book Overall for Test Preparation.......2002-08-20
A book that was a totally self sufficient standalone preparation for the test would be several times the size of this volume! This one is as good as anything available.
Average customer rating:
|
Professional SQL Server Development with Access 2000
Rick Dobson Manufacturer: Peer Information Inc. ProductGroup: Book Binding: Paperback Similar Items:
ASIN: 1861004834 |
Amazon.com
Professional SQL Server Development with Access 2000 shows the experienced database programmer or administrator how to take advantage of SQL Server using the built-in tools and capabilities of Access 2000. Filled with screen shots and plenty of practical advice for working with data, this book proves that Access is a great tool for getting the most out of SQL Server.Usually associated with the lower end, Access 2000 has clearly grown up with the features that let you connect to SQL Server 7/2000, but with the convenience of a graphical tool. The book covers not only the features of Microsoft databases, but also how to rely on Access 2000 as your tool of choice for common administrative and programming tasks. Starting from table design, and the powerful database diagramming tools available in Access, you learn how to create effective database designs. And a full discussion of joins, indexes, constraints, views, and other advanced features make this book good for even more advanced readers. Besides admin functionality, there's coverage of VBA for database programmers, and T-SQL (Microsoft's version of SQL), including an excellent section on stored procedures and triggers.
While there's a lot of textual description in this book, there are also plenty of easy-to-understand screen shots, making this a useful resource to have at your desk. The graphics that detail the use of Access 2000 toolbars (which list the functions for each tiny button) are very good. The tutorial turns toward using Access 2000 features (forms and reports) to work with SQL Server data on the back end. Later sections examine the options you have for Web development, including Access's own Data Access Pages, data sheets, and a short introduction to using Active Server Pages on Microsoft IIS.
Reference sections of database security and upsizing older Access databases to SQL Server help round out this comprehensive and thoughtfully written book, which shows that Access 2000 really can let you access higher-end features on today's Windows platform. This book is perfect for any administrator or database programmer who wants to benefit from Access and SQL Server used together. --Richard Dragan
Topics covered:
Book Description
This book deals with the many issues involved in making the transition from Access to MS SQL Server. While Access (part of the Microsoft Office suite) has long been the small business database of choice, for enterprise level solutions SQL Server is required. Microsoft is actively encouraging users onto this more sophisticated platform by making Access 2000 compatible with SQL Server. This means solutions can be developed using Access and easily scaled up to the more powerful SQL Server when the need arises.Customer Reviews:
Very thorough.......2007-07-07
Outstanding resource for making the transition to SQL Server.......2002-07-08
An invaluable guide to Access Projects.......2002-05-10
A professional "getting started" book.......2001-11-01
Full of typos.......2001-04-25
Books:
Recommended Books