Krislyn
Home

Learning
Unix.com

Learning
Oracle.com

Learning
Java.net

Learning
C.net

Learning
VB.net

Learning
SAP.com


Free
Computer
Publications


eTechZone
Exam
Blaster

Subversion
hosting and
on-demand
source code
management

LearningSQLServer.com logo

Application Developers
Database Administrators | Certification Exam Guides

Application Developer Subsections
Web Applications

Application Developers

Murach's SQL Server 2005 for Developers
By: Bryan Syverson, Joel Murach
To be an effective application developer, you need to master SQL for the database you're going to be using. But many developers get by with the SQL they know, never realizing how much they're missing out on.

So this is first a book for developers who use Microsoft SQL Server as their DBMS (though it can help you if you want to master standard SQL, too). No matter how much SQL experience you have, you'll find new features that you haven't been taking advantage of.

In section 1, you'll learn the concepts and terms you need for working with any database. You'll also learn how to use the Microsoft SQL Server 2005 Management Studio to work with queries and databases. At that point, you'll be prepared for rapid progress as you learn SQL.

In section 2, you'll learn all the skills for retrieving data from a database and for adding, updating, and deleting that data. These skills move from the simple to the complex so you won't have any trouble if you're a SQL novice. And they present skills like using outer joins, summary queries, and subqueries that will raise your SQL expertise if you do have SQL experience.

In section 3, you'll learn how to design a database and how to implement that design by using either SQL DDL (Data Definition Language) statements or the Management Studio. When you're done, you'll be able to design and implement your own databases. But even if you're never called upon to do that, this section will give you perspective that will make you a better SQL developer.

Section 4 presents the skills for working with database features like views, stored procedures, functions, triggers, cursors, transactions, and security. It also teaches you how to use the enhanced SQL features for working with XML data. These are the features that give a database management system much of its power and that give you an extra edge in your SQL skills.

To complete your SQL Server skills, section 5 shows you how to use the CLR integration feature that's new in SQL Server 2005. This feature allows you to create database objects like stored procedures and user-defined types using any .NET language, like C# or Visual Basic.

Microsoft SQL Server 2005 For Dummies
By: Allen G. Taylor
Done in Murach’s unique "paired-pages" style, this book gives syntax and coding examples for each topic on the right hand page and extra perspective and explanation on the left.

Being updated to reflect the much-anticipated "Yukon" version of the SQL Server database management system. This book provides developers, database application users, system administrators, and others with a gentle introduction to the SQL Server database. It will cover the major new features of the "Yukon" version as well as what remains from the prior versions. It begins with an overview of relational database design for those new to databases. Building and maintaining databases as well as building database applications are covered extensively. New functionality, such as analysis services, reporting services, and notification services are thoroughly discussed.

SQL Server 2005 for Developers
By: Robert Ericsson, Jason Cline
Done in Murach’s unique "paired-pages" style, this book gives syntax and coding examples for each topic on the right hand page and extra perspective and explanation on the left.

With the release of SQL Server 2005, Microsoft will significantly enhance the capabilities of the product. These enhanced features fall into three main categories: data management, developer tools, and business intelligence. Developer’s Guide to SQL Server 2005 explores these new and improved features and covers topics relevant to developers beyond simple administrative tasks. The book is structured around the construction of an Internet movie rental Web site, where the database maintains customer lists, the catalog of films, and transactions. It also shows how SQL Server can be used to store video. This application illustrates the features of SQL Server 2005 in a realistic manner, and provides many insights into the new ways for developers to manipulate servers and databases. Each of the chapters in the book builds up pieces of the application as they would be done through a real development lifecycle, and the end product is a fully functioning database application. Specific discussions of similarities and differences between SQL Server 2005 and past versions allow users to leverage what they already know and apply it. After working through the book, developers will be up to speed and ready to integrate SQL Server 2005 into their own projects.

Murach’s SQL for SQL Server
By: Bryan Syverson
Done in Murach’s unique "paired-pages" style, this book gives syntax and coding examples for each topic on the right hand page and extra perspective and explanation on the left.

The first 2 sections show how to use SQL statements in all their variations to retrieve and update the data in an existing database. This includes complete coverage of inner joins, outer joins, unions, summary queries, subqueries, data types, functions, and more. Then, the next 2 sections show how to design and implement a database and how to exploit the full power of the database management system by using advanced features like views, scripts, stored procedures, triggers, cursors, transactions, locking, and security.

SQL Server® Developer's Guide
By: Joseph J. Bambera, Paul R. Allen
Will get you started in the use of SQL, Java, and C to build SQL Server 7.0 applications. You'll have to back this book with a language text if you lack general programming skills, but SQL Server Developer's Guide does a competent job of explaining how SQL Server interacts with software that's designed to read and write databases. The authors also offer invaluable advice on large-project management based on their 25 years of combined experience with relational databases.

SQL Server 7.0 Handbook : A Guide to Microsoft Database Computing
By: Ken England, Nigel Stanley
With this book, you can learn major new SQL Server 7.0 scalability and replication features, Optimize and secure SQL Server 7.0, develop data warehouses with SQL Server 7.0 decision support capabilities and OLAP Services, and master distributed and object-oriented application development with SQL Server 7.0 and other Microsoft database technologies.

Transact-SQL
By: William C. Amo
Written for beginning to intermediate SQL Server database application and Microsoft Visual C++ developers, Transact-SQL is a smart buy for anyone seeking a more in-depth understanding of the Transact-SQL database environment and language. Author and database veteran William C. Amo provides you with the expert instruction and insight you'll need to master the Transact-SQL language and successfully meet your day-to-day programming challenges.

SQL Server 7 Developer's Guide
By: Michael Otey, Paul Conte
Opens with overviews of the SQL Server database architecture. Part 2 opens with a traditional look at databases and a focus on the relational model. After introducing you to entity-relationship diagrams and a rather detailed tutorial of the SQL language, the authors present each of the various ways to access SQL Server from client applications: Microsoft Access front ends, data access objects (DAO), Open DataBase Connectivity (ODBC) Direct, the ODBC API, Remote Data Objects, object linking and embedding database (OLE DB), ActiveX Data Objects, and DB-Library. The last chapter discusses Active Server Pages (ASP) development and how to integrate SQL Server databases with Web sites.

Microsoft SQL Server 7.0 Unleashed
By: Sharon Bjeletich, Greg Mable, David W. Solomon
For the high-end intermediate to advanced level user. Includes topics such as: SQL Server Architecture and Transact-SQL Programming; Performance and Tuning and System Administration; SQL Server and the Web and Scalability issues; Integration with BackOffice and other Microsoft products; Clustering and Enterprise issues and Replication; Data Warehousing and DTS and Security; and ODBC, ADO, OLE DB, RDS.

SQL Server 7 Essential Reference
By: Sharon Dooley
A comprehensive reference of advanced how-tos and techniques for developing with Microsoft SQL Server. In particular, the book addresses advanced development techniques used in large application efforts with multiple users developing web applications for the Intranet, Internet and/or Extranet. Each section will include detail on how each component is developed and then integrated into a real-life application. Special sections will cover frequently-referenced subjects such as: quick reference guide for all SQL Server functions; SQL Server database set-up and connectivity; naming conventions for MS SQL Server objects; and standards, guidelines, and tips for developing MS SQL Server objects.

Unlocking OLAP With SQL Server 7 and Excel 2000
By: Wayne S. Freeze
Explains how to take advantage of sophisticated OLAP (Online Analytical Processing) tools, without spending lots of time and money on a custom data warehousing system, and without any programming. Using concrete examples and step-by-step instructions, the author shows you how to set up your own data warehouse with Microsoft SQL Server and then harness the OLAP tools that come with Microsoft SQL Server and Excel 2000 to slice and dice your data into revealing multi-dimensional reports.

Professional SQL Server Development with Access 2000
By: Rick Dobson
Aimed at the Access 2000 developer who wishes to start developing database solutions using SQL Server. The book covers MSDE, SQL Server 7.0, and covers all aspects of Access projects, including publishing to web pages via Data Access Pages. Highlights how to programmatically approach database manipulation via VBA, T-SQL, ADO, and SQL-DMO.

Access to SQL Server
By: Russell Sinclair
Begins by discussing SQL Server and by carefully explaining the areas in which it differs from Access. Rreviews the SQL Server technology, including its architecture and application environment. Provides coverage of key topics, including security; data storage; system databases; database objects such as tables, views, and stored procedures; and, how to query and view the data in the database. Walks through the available migration options and teachers developers what they need to know to successfully migrate a database from Access to SQL Server.

Visual Basic Developer's Guide to SQL Server
By: Dianne Siebold
Learn how to choose and use VB and SQL Server tools, understand the object models for VB and SQL programming, enable communication between VB applications and SQL Server using ADO, perform SQL Server administrative tasks, and more.

ASP in a Nutshell: A Desktop Quick Reference
By: A. Keyton Weissinger
Geared toward working ASP programmers who need to get their answers quickly, without wading through long examples. The book is organized into three parts: an introduction to Active Server Pages, a language reference, and appendices. This edition has been updated for IIS 5.0 and ASP 3.0.

10 Projects You Can Do with Microsoft SQL Server 7
By: Karen Watterson, Bill Shadish, Garth Wells
How to get take complete advantage of your SQL Server database. Projects include: how to create a data mart and data warehouse with SQL Server 7.0; how to use SQL Server for Knowledge Management; how to use the Microsoft Repository with UML and other Visual Modelers; and how to use SQL Server as the foundation for an Ecommerce site. CD-ROM includes complete source code for each of the 10 projects.

Professional SQL Server 7.0 Programming
By: Robert Vieira
This excellent technical guide from Wrox Press tempers copious code with intelligent commentary to yield a one-stop resource for SQL Server administrators. Covers the SQL Server software itself, the Transact-SQL language, database design, table joins, stored procedures, triggers, queries, transactions, and replication. There's also coverage of Online Analytical Processing (OLAP), English Query, and Full-Text Search.


Google

© 2000-2008, Krislyn Corporation. All rights reserved. All trademarks are owned by the respective company or Krislyn Corporation.