Database Dev Idea. Reasoning: Much of the simple work can be done by Gii We don't want to start the complex work until Gii has generated the simple stuff.

Slides:



Advertisements
Similar presentations
Development Life Cycle using Visual Studio Team Edition for DB Professionals Richard Fennell Engineering Director SQLBits II Birmingham 1 st March 2008.
Advertisements

Introduction to Monte Carlo Markov chain (MCMC) methods
Creating and Managing Sites Module 7. Overview Creating Standard Sites Customizing Look and Feel Saving Sites as Templates.
Copyright © SoftTree Technologies, Inc. DB Tuning Expert.
Random Forest Predrag Radenković 3237/10
Software Testing with Visual Studio 2013 & Team Foundation Server 2013 Benjamin Day.
Schedule and Effort. Planning Big Project: Waterfall-ish Style 1.Figure out what the project entails Requirements, architecture, design 2.Figure out dependencies.
EXAM REVIEW PROJECT Microsoft Access Exam 1. EXAM PROCEDURES 10 minutes to review project before starting 60 minutes to complete the exam In this presentation,
High School of Business Project #2 – Make the Most of It Business Economics.
Chapter 6 Database Design
Fundamentals of Information Systems, Second Edition
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
6 Chapter 6 Database Design Hachim Haddouti. 6 2 Hachim Haddouti and Rob & Coronel, Ch6 In this chapter, you will learn: That successful database design.
SE 555 Software Requirements & Specification 1 SE 555 Software Requirements & Specification Prototyping.
1 times table 2 times table 3 times table 4 times table 5 times table
Office 365 Platform Flexible Tools Office 365 SharePoint Online or SharePoint 2013 Azure Workflow or Workflow Manager Service Bus Workflow Foundation.
From Olivier to commissioning team plans for the start-up of regular operations of LHCb 30/06 to 4/07 : Global commissioning week, all detectors, full.
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Schedule & effort.
WordPress ® in simple terms WordPress is a free and open source blogging tool and a content-management system (CMS) based on PHP and MySQL, which runs.
Week 4 Lecture Part 3 of 3 Database Design Samuel ConnSamuel Conn, Faculty Suggestions for using the Lecture Slides.
SOFTWARE QUALITY IN WEB DEVELOPMENT Adam Westerman Caio Balthazar Daniel Schepers.
Maintenance and Support Week 15 CMIS570. User Training Need to consider the same 2 groups: End users Use the system to achieve the business purpose Creating,
BEWITCHED 15/06/2006Soutenance GLAO #2 slide 1 GLAO Presentation #2 CASE Architecture Bewitched Team 15 Juin 2006.
When I’m at work: Teamwork. Alan and his team What do you think are the good things about work teams? 2.
The Development of the Ceramics and Glass website Mia Ridge Museum Systems Team Museum of London.
Effective Test Driven Database Development Gojko Adzic
Technovation Incorporating Feedback Week 4. Check-in: paper prototype By now, your paper prototype should be complete, so that you can begin creating.
André Augustinus 21 June 2004 DCS Workshop Detector DCS overview Status and Progress.
Fundamentals of Information Systems, Second Edition 1 Systems Development.
PRJ566 Project Planning and Management Course Project Selection.
Inquiry Refers to the diverse ways in which scientists study the natural world and propose explanations based on the evidence derived from their work.
 Enhancing User Experience  Why it is important?  Discussing user experience one-by-one.
Bipartite Matching. Unweighted Bipartite Matching.
Software Project Management Iterative Model & Spiral Model.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Research and teaching with the SHS data Gillian Raab Professor of Applied Statistics Napier University.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Database Performance Eric Grancher - Nilo Segura Oracle Support Team IT/DES.
I can run this simple BAT file to copy files: (this was tried with and without the pause command)
Tables Learning Support
1 Integration of the LCP Reporting Into the E-PRTR Scope and Technical proposal November 3rd.
To RAD or not to RAD? RAD is the relatively new kid on the block. You know the one. The one with all the flashy stuff and is practically the Usain Bolt.
Partially Populated for ADT Messages
Study Lesson 6 Orthographic Reading. Introduction Contents Visualization techniques Analysis by solids Analysis by surfaces Higher level of visualization.
InfoPath Forms and Workflows in SP 2010 Wylde Solutions Sydney SharePoint User Group 18 September 2011 Sydney, Australia.
IST 210 Database Design Process IST 210, Section 1 Todd S. Bacastow January 2004.
Stewardship in Action A Way of Life.  Listen Actively: Look at the person who's speaking to you, try to really understand what you are hearing, don’t.
Retelling as an Assessment. Take the time to assess retelling! Especially if you have a reader you are trying to figure out. It is a great place to start.
Adobe Flash “Fix” for Chrome
HMVR System Final Presentation
Times Tables.
Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
Guide To Market Your Business
Proposal Mechanism.
Key Features Automated Self Healing
مديريت موثر جلسات Running a Meeting that Works
Modifying a database Modify simply stands for making minor (partial) changes or to adjust – simply to improve it or to make it less extreme //It here I.
Describe two features of…
Improvement 101 Learning Series
Oceanak Proposed Pricing
Day 14 UNDERSTANDING PATTERNS IN FUNCTIONS
2018 Staff Survey Results.
Updating Databases With Open SQL
3 times tables.
6 times tables.
Modified at -

Data Analysis and Reporting
Updating Databases With Open SQL
Presentation transcript:

Database Dev Idea

Reasoning: Much of the simple work can be done by Gii We don't want to start the complex work until Gii has generated the simple stuff Gii works best when creating, not so well when modifying Therefore we should try to get the database tables stable before we start developing complex behaviour

Suggestion Iterative database development a. Database team develops a database b. Both 'View' teams try running the proposed DB through Gii automated procedures, poke around to see what they think needs changing c. They feedback to the database team d. If all teams are content, continue, otherwise goto a) When done, we should have a pretty good database (and a mostly functional site..?) (in the time while idle, database team makes their own improvements and view teams do planning to work out if they need any further features)