Skip to content

Beginning Microsoft SQL Server 2008 Programming

Best in textbook rentals since 2012!

ISBN-10: 0470257016

ISBN-13: 9780470257012

Edition: 2009

Authors: Robert Vieira

List price: $39.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Beginning SQL Server 2008 Programming provides a comprehensive introduction to SQL Server. The book begins with a quick overview of database design basics and the SQL query language, for those programmers who may be building their first Microsoft database application. It also provides an overview of SQL Server itself. The author then proceeds to show how to implement these fundamental concepts with Microsoft SQL Server 2008. The author covers such essential topics as: - Creating and changing tables. - Managing keys. - Database normalization. - Writing scripts. - Working with stored procedures. - Programming with XML. - Using SQL Server Reporting and Integration Services. …    
Customers also bought

Book details

List price: $39.99
Copyright year: 2009
Publisher: John Wiley & Sons, Incorporated
Publication date: 1/9/2009
Binding: Paperback
Pages: 720
Size: 7.25" wide x 9.25" long x 1.50" tall
Weight: 2.244
Language: English

Introduction
RDBMS Basics: What Makes Up a SQL Server Database?
Tools of the Trade
The Foundation Statements of T-
JOINs
Creating and Altering Tables
Constraints
Adding More to Our Queries
Being Normal: Normalization and Other Basic Design Issues
SQL Server Storage and Index Structures
Views
Writing Scripts and Batches
Stored Procedures
User-Defined Functions
Transactions and Locks
Triggers
A Brief XML Primer
Reporting for Duty, Sir! A Look At Reporting Services
Getting Integrated with Integration Services
Playing Administrator
System Functions
Very Simple Connectivity Examples
Index