Top Banner
SQL Server Data Tools - Unleashing a power tool for DB and BI Work loads Deepthi Anantharam Technology Evangelist
23

SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Apr 23, 2018

Download

Documents

vudien
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

SQL Server Data Tools -Unleashing a power tool for DB and BI Work loads

Deepthi Anantharam

Technology Evangelist

Page 2: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

The Problem ?

Page 3: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Agenda

SQL Server Data Tools

Visual Studio

Source Control

Continuous Integration

Page 4: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

There was once a happy database

Page 5: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

SQLPackage.exe

Extract – bacpac

Export – dacpac

Import

Publish

Page 6: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Demo

Extract schema from Production

Page 7: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Business wants changes and so developerwants to STOMP

Page 8: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Database development in Visual Studio

Create Database Project

Import database schema

Adding or changing objects

Page 9: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Demo

Making changes in SSDT for Visual Studio

Page 10: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

What happens normally ?

Commit changes to source control

Run / Publish changes on servers

Page 11: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Continuous Integration Server

Pull

changes

when

detected

Commit Changes to Source Control

Build Solution

Package

the

output

Deploy

Success

Page 12: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Quality in Databases

Generate Unit tests for Stored Procs

Page 13: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Code Analysis

Set up best practices - Example: Do not use select *

Set up your own rules

Include Microsoft. SQLServer.DACFx into your lib

Page 14: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Data Warehouse Workloads

SQL Server Integration Services

SQL Server Analysis Services – MOLAP & Tabular

SQL Server Reporting Services

Page 15: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

And the database lived happily ever after

Page 16: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

It is used day in and day out

Page 17: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

In reality • One click deployment gives you a working database

• Se all changes any time

• Automated deployments

Page 18: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

The thing is, every time I thought SSDT was doing something stupid, it was

actually me being stupid

A real quote from a real DBA

Page 19: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Recommended/related sessionsIntroduction to Document DB

4 PM – 4.55 pm

1

Be smart with smart a.k.a. Managed backup

5 PM – 5.55 PM

2

SQL Performance: Demystified in Azure VMs

6 PM – 6.55 PM

3

Page 20: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

ReferencesRelated references for you to expand your knowledge on the subject• http://blogs.msdn.com/b/data__knowledge__intellig

ence/archive/2013/03/29/sql-server-data-tools-ssdt.aspx

• http://blogs.msdn.com/b/data__knowledge__intelligence/archive/2013/04/03/sqlserverdatatools-part2.aspx

technet.microsoft.com/en-in

aka.ms/mva

msdn.microsoft.com/

Page 21: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Follow us online

Facebookfacebook.com/MicrosoftDeveloper.India

twitter.com/msdevindia

Twitter

Twitter: deananth

Email:[email protected]

Page 22: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a

Your Feedback is Important

OPTION 3: Feedback stations outside the hall

Fill out evaluation of this session and help shape future events.

OPTION 1 OPTION 2

Replace this space with the

actual QR Code

Page 23: SQL Server Data Tools - Unleashing a power tool for DB and ... · SQL Server Data Tools - Unleashing a power tool for DB ... SQLServer.DACFx into your lib. ... A real quote from a