Visual Studio 2012: A Complete IDE (Debugging & Source Control) Kevin Howell.

Slides:



Advertisements
Similar presentations
Black marble the strategic IT asset for your organisation DEVELOPMENT LIFE CYCLE USING VISUAL STUDIO TEAM EDITION FOR DB PROFESSIONALS Richard Fennell.
Advertisements

Development Life Cycle using Visual Studio Team Edition for DB Professionals Richard Fennell Engineering Director SQLBits II Birmingham 1 st March 2008.
A Taste of Visual Studio 2005 David Grey. Introduction In this session we will introduce Visual Studio 2005 and its features and examine those features.
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN Welcome November 2012 Effiziente Data.
Stored procedures and views You can see definitions for stored procedures and views in the demo databases but you can’t change them. For views, expand.
Module 4: Deploying and Managing BizTalk Applications
VIEWS / TSS Overview. End-to-end Air Quality Data and Decision Support VIEWS / TSS Vision Acquisition Import Unification Management Manipulation Retrieval.
Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
Visual Studio 2010 SharePoint Developer Tools. Developer Tools for SharePoint  Familiar VS Experience  Build, Debug, Deploy SharePoint projects  Visual.
#sqlsatPordenone #sqlsat367 February 28, 2015 Testing your databases Alessandro
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Some Introductory Programming 1. Structured Query Language - used for queries. - a standard database product. 2. Visual Basic for Applications - use of.
Agenda Model migration vs MDS upgrade Model migration overview Model migration – how does it work? Model package Demo.
DEV207. SSDT Database Services Database Services Analysis Services Reporting Services Integration Services.
René Balzano Technology Solution Professional Data Platform Microsoft Switzerland Database Development with SQL Server Data Tools (SSDT)
SQL Server Management Studio Introduction
In-Place Upgrade to TFS 2010 on existing hardware Not deploying new hardware Databases too large to move Scaling-out, not up Not deploying new hardware.
® IBM Software Group © 2006 IBM Corporation The Eclipse Data Perspective and Database Explorer This section describes how to use the Eclipse Data Perspective,
Modern app development Continuous value delivery and rapid response to change.
Options for automated tests DatabaseBusiness Logic User Interface Database Unit Tests T T T T T T T T T T T T T T T T T T T T T T T T Web Performance.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
SQL Server Developer Tools, Codename “Juneau” Database Services Sanjay Nagamangalam Principal Program Manager SQL Server Manageability.
SharePoint 2010 and Office 2010 Development Randy Williams Senior Consultant & Trainer Synergy Corporate Technologies.
Copyright © 2014, 2015 William R. Vaughn All rights reserved William R. Vaughn.
Dharmesh Patel +44 (0) Friday, 06 February 2009 MPUG London Chapter.
IT 211 Project Integration and Deployment Lab #11.
Module 19 Managing Multiple Servers. Module Overview Working with Multiple Servers Virtualizing SQL Server Deploying and Upgrading Data-Tier Applications.
Updating FireRMS Presented by Dan Cook Implementation Team Lead ZOLL.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Introduction to the Visual Studio.NET IDE (LAB 1 )
DEV-05: Ratcheting up your OpenEdge™ Development Productivity Sunil S Belgaonkar Principal Software Engineer.
Database Unit Test MSSQL 2008 & VS 2010 Aung Kyaw Myo.
Virtualisation of the Test Environment
SQL Server 2012 Session: 1 Session: 3 Introduction to SQL Server 2012 Data Management Using Microsoft SQL Server.
17-20 OCTOBER 2011 DURBAN ICC. What code-database gap? Introducing Project Codename “Juneau” William
IOS and Android with Windows Azure Websites Name Title Address Website.
Joe Hummel, PhD Dept of Mathematics and Computer Science Lake Forest College
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
DEV303 ASP.NET: Leveraging Visual Studio.NET For Web Projects Tony Goodhew Product Manager Microsoft Corp.
ADAPTING YOUR ETL SOLUTION TO USE SSIS 2012 Presentation by Devin Knight
Database projects in visual studio 2010 Anthony Brown
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
Isolated Database Environments Kevin Howell February 2014.
Database Projects in Visual Studio Improving Reliability & Productivity.
© 2010 Marcato Partners, LLC Scrum Experience Group Team Foundation Server (TFS) Marcato / Kardia Health Systems April 27, 2010.
Visual Basic Integrated Development Environment (IDE) 56:150 Information System Design.
Virtual techdays INDIA │ august 2010 Data-tier Applications in Visual Studio 2010 Abhishek Kala │ Partner Technical Consultant, Microsoft Global.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Managing Database objects in Visual Studio and Team Foundation Server Presented by Sean P SQL Saturday - Phoenix 2016.
Developing SQL/Server database in Visual Studio Introducing SQL /Server Data Tools Peter Lu.Net Practices Director Principle Architect Nexient March 19.
Sql Server 2012 Data Tools & Development Enhancements Emrah USLU Teknoloji Danışmanı TCM | Teknoloji Çözümleri Merkezi.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Introduction ITEC 420.
How to Start SQL Server and SSDT BI in Local
Explore the Integration Services Catalog
Visual Studio Database Tools (aka SQL Server Data Tools)
Create Virtual Directory Windows 8 - IIS 8.5
Quick Start Guide for Visual Studio 2010
SQL Server Data Tools Gert Drapers
Visual Studio Database Tools (aka SQL Server Data Tools)
Database Projects and Source Control (TFS)
DAT381 Team Development with SQL Server 2005
VIEWS / TSS Overview.
Visual Studio 2010 SharePoint Development Tools Overview
SSDT and Database Project Basics
What about the Data Dude?
Introduction to VSTS Database Professional
Creating a Windows Application Project in Visual Studio
Database Projects and Source Control (TFS)
PNW SQL Users Group August 10th, 2011
Presentation transcript:

Visual Studio 2012: A Complete IDE (Debugging & Source Control) Kevin Howell

 Visual Studio 2012 IDE Basics  Debugging Procedures  Create Database Project  Source Control (TFS)  Schema Compare Agenda

 SQL Server Object Explorer  Management Studio functionality integrated in Visual Studio  Table Designer  Add/Edit tables in Visual Studio  Source Control Explorer  Manage solutions and project versions IDE Overview

 Load project with source to make call to database  Connect to target database in SQL Server Object Explorer  Allow SQL/CLR Debugging for the Server instance  Enable SQL Server debugging in the Debug tab of the Properties section of your project  Set the breakpoints in both project code and schema object to evaluate Debugging Procedures

 Start a new project. Under Other Languages, SQL Server template, select SQL Server Database Project  Follow the wizard to import a database  Under import settings, only check Import Permissions and set the folder structure to Object Type  After import is complete, clean and build the solution Database Project

 Team Foundation Server 2012  Basic Install Requirements:  SQL Server 2012 or 2008R2 instance  Full-text Search feature on instance  Use TFS 2010 for SQL 2008 and earlier  Integrates with VS 2012 IDE  Complete version control of SQL Schema  Can perform schema comparison & deployment Source Control

 Found under SQL menu in Visual Studio  Much improved in VS 2012  Requires Premium or Ultimate VS  Same requirement for VS 2010 Schema Compare

 Visual Studio 2012 features: us/library/vstudio/bb aspx#BKMK_DataAppDevhttp://msdn.microsoft.com/en- us/library/vstudio/bb aspx#BKMK_DataAppDev  Using Table Designer: us/library/hh272695(v=VS.103).aspxhttp://msdn.microsoft.com/en- us/library/hh272695(v=VS.103).aspx References