Download presentation
Presentation is loading. Please wait.
1
DAT381 Team Development with SQL Server 2005
Michael Leworthy Product Manager Eric Lee Product Manager Visual Studio Team System Microsoft Corporation © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
2
1/17/2019 2:03 AM © 2005 Microsoft Corporation. All rights reserved.
This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
3
Session Overview Team Development & SQL
Visual Studio Team System Overview Visual Studio Team System and SQL Server: Better together Source Code Control SQL Server projects Reporting © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
4
SQL Personas Large Organizations: (16-99+ servers)
1/17/2019 2:03 AM SQL Personas Large Organizations: ( servers) Data Architect Data Developer Data Administrator Operations Business Analyst Medium Organizations: (6-15 servers) Data Architect/Developer/Administrator Some data administrator © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
5
Team Integration Data Architect
Works closely with the business analysts and knowledge workers, as well as the database administrators and developers Owns the database architecture phases of new application development and application integration Definition and continual improvement of data management practices Development and enforcement of methods that support data analysis, logical data modeling, configuration management, and the storage, retrieval, protection, validation, and archival of data Understand the business requirements, needs, and rules by working with the business and business analysts © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
6
Team Integration Data Developer
Works closely with the DBA to provide development support for production databases Provides development for operational databases or support for business group application projects Works closely with developers who are developing Line Of Business applications Builds the schemas, Databases and stored procedures Also writes automation scripts and develops reports © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
7
Team Integration Data Administrator
Performs the day-to-day administration and maintenance of the company’s SQL servers Ensures SQL Servers are kept running 24*7 Ensures SQL Servers are kept secure Optimizes SQL Server performance Fast problem resolution © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
8
Team Integration Operations Manages all the hardware
Owns setup, maintenance and initial troubleshooting Planning and installation of new systems The DB is focused as a black box to be maintained © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
9
Team Integration Business Analyst
Focused on business process modeling and analysis Effectively monitors relevant business processes Analyzes multidimensional business information based on key performance indicators, financials, performance, etc. Reduces business process and cost exceptions by proactive analysis Reports to key upper level management so that key strategic decisions can be made to move the company forward Makes business processes more visible, manageable and efficient © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
10
How it All Fits Business Data Data Analyst Developer Architect
1/17/2019 2:03 AM How it All Fits Business Analyst Data Developer Data Architect Data Administrator Operations © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
11
How it Actually All Fits
1/17/2019 2:03 AM How it Actually All Fits Business Analyst Data Developer Data Architect Data Administrator Operations © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
12
Infrastructure Architect
1/17/2019 2:03 AM The Real World Project Manager Data Developer Business Analyst Data Architect Infrastructure Architect Data Administrator Operations Solution Architect Developer Tester End User © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
13
Visual Studio Team System Overview
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
14
Expanding Visual Studio
1/17/2019 2:03 AM Expanding Visual Studio Developer Solution Architect Tester Infrastructure Architect Project Manager Design for Operations Predictability & Visibility Increased Reliability Quality Early & Often © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
15
Visual Studio Team System
Process and Architecture Guidance Visual Studio Industry Partners Visual Studio Team Edition Software Architects Visual Studio Team Edition Software Developers Visual Studio Team Edition Software Testers Application Designer Dynamic Code Analyzer Load Testing System Designer Static Code Analyzer Manual Testing Logical Datacenter Designer Code Profiler Test Case Management Deployment Designer Unit Testing Code Coverage Class Designer (in Visual Studio Standard Edition and higher) Visio for Enterprise Architects (in MSDN Premium Subscription) Team Explorer (includes Team Foundation Server CAL) Visual Studio Professional Edition Visual Studio Team Foundation Server Change Management Reporting Integration Services Team Build Work Item Tracking Project Portal Project Management © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
16
Visual Studio Team System Demo
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
17
Visual Studio Team System and SQL Server: Better Together
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
18
Visual Studio & SQL Server
1/17/2019 2:03 AM Visual Studio & SQL Server Native .NET Data Provider .NET Stored Procedures .NET User Defined Functions .NET Triggers .NET User Defined Types .NET User Defined Aggregates Visual Studio 2005 Tooling Visual studio reporting controls Visual Studio Team Foundation Server is built on SQL Server 2005 Source Control Reporting Item Tracking © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
19
SQL Server Project: Developing with Visual Studio Team System
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
20
Source Code Control Eric Lee Product Manager Visual Studio Team System
© 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
21
Team Foundation Version Control
Totally New Version Control System Built new from the ground up 3-tier ASP.NET web service SQL Server 2005 data store Lots of New Features Integrated checkin Shelving Powerful parallel development More… Built for the Enterprise Support for distributed teams Secure, Reliable, Scalable Future tool for Microsoft © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
22
Version Control Features Checkin policies
1/17/2019 2:03 AM Version Control Features Checkin policies Restrict changes that can be submitted 3 policies included with Team Foundation: Work items associated Checkin tests pass Static analysis is clean Extensible through plugin model Build your own! © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
23
Version Control Features Shelving
1/17/2019 2:03 AM Version Control Features Shelving Set aside pending changes without checkin Optionally revert to unmodified files Restore shelved changes by “unshelving” Unshelve other user’s changes Power of task branching with less overhead © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
24
Source Code Control Scenario
1/17/2019 2:03 AM Source Code Control Scenario © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
25
1/17/2019 2:03 AM Reporting © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
26
Reporting in Team System
Reporting Warehouse OLAP over relational Adaptive Reporting SQL Server Reporting Services Each Team Project has a folder in Report Server Any OLAP client © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
27
Reporting Extensibility Architecture
1/17/2019 2:03 AM Reporting Extensibility Architecture SQL Server Reporting Services Reporting Warehouse Excel Reporting Warehouse Object Model Custom Reporting Test/Build Adapter Work Item Adapter Source Code Adapter Add-on Adapter Partner Tool A Build Database Work Item Tracking Source Code Control © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
28
Your Feedback is Important!
1/17/2019 2:03 AM Your Feedback is Important! Please Fill Out a Survey for This Session on CommNet © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
29
© 2005 Microsoft Corporation. All rights reserved.
1/17/2019 2:03 AM © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. © 2005 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.