16
SQL SERVER PORTFOLIO Email: [email protected] Brian Hertzke For

Sql Server Portfolio

Embed Size (px)

DESCRIPTION

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

Citation preview

Page 1: Sql Server Portfolio

SQL SERVER PORTFOLIO

Email: [email protected]

Brian Hertzke

For

Page 2: Sql Server Portfolio

Contents

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

Page 3: Sql Server Portfolio

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.

Page 4: Sql Server Portfolio

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

Page 5: Sql Server Portfolio

TSQL Queries

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

Page 6: Sql Server Portfolio

TSQL Coding

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

Page 7: Sql Server Portfolio

TSQL Coding

DDL & DML Triggers

Page 8: Sql Server Portfolio

XML Coding and Shredding

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

Page 9: Sql Server Portfolio

XML Coding and Shredding

- Creating XML from an OLE data source

Page 10: Sql Server Portfolio

XML Coding and Shredding

- Importing XML into a database

Page 11: Sql Server Portfolio

SQL Server Integration Services (SSIS)

Page 12: Sql Server Portfolio

SQL Server Integration Services (SSIS)

Using SSIS for business intelligence solutions

Page 13: Sql Server Portfolio

SQL Server Integration Services (SSIS)

OLE Data/File manipulation

Page 14: Sql Server Portfolio

SQL Server Reporting Services (SSRS)

Reporting company sales by product type

Page 15: Sql Server Portfolio

This report shows library member information and fee histories

Page 16: Sql Server Portfolio

SQL Server Reporting Services (SSRS)

Reporting employee sales in a matrix view