sql server portfolio

Post on 17-Jun-2015

531 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Brief presentation of the projects we worked on during my SetFocus SQL Masters Program

TRANSCRIPT

SQL SERVER PORTFOLIO

Email: brian.hertzke@gmail.com

Brian Hertzke

For

Contents

Introduction Database Design/Development TSQL Coding XML Querying and Shredding SQL Server Integration Services (SSIS) SQL Server Reporting Services (SSRS)

Introduction

This portfolio is meant to give brief examples of my work and progress through the SetFocus SQL Server Master’s Program. Inside are snapshots of different aspects of our projects showing the diversity and depth of the program.

Design/Development

This is a database designed for a movie rental company much like Netflix. This database contains : - Customer information - Product information - Inventory - Sales history - Rental history

TSQL Queries

Queries using: - Grouping - Aggregate functions - Sub-queries - Table joins

TSQL Coding

Stored procedures: This stored procedure will renew a customers library membership for a year.

TSQL Coding

DDL & DML Triggers

XML Coding and Shredding

XML Manipulation: - Creating - Reading/Querying - Exporting/Importing

XML Coding and Shredding

- Creating XML from an OLE data source

XML Coding and Shredding

- Importing XML into a database

SQL Server Integration Services (SSIS)

SQL Server Integration Services (SSIS)

Using SSIS for business intelligence solutions

SQL Server Integration Services (SSIS)

OLE Data/File manipulation

SQL Server Reporting Services (SSRS)

Reporting company sales by product type

This report shows library member information and fee histories

SQL Server Reporting Services (SSRS)

Reporting employee sales in a matrix view

top related