SlideShare una empresa de Scribd logo
1 de 42
November 2009 Presented by: Osman Haque,  Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
Introductions 	Osman Haque 	Global Strategy & Partner Enablement Lead 	GSAT Data Modeling   	Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   	He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
SQL vs. Model  product_id           INTEGER NOT NULL, product_name         VARCHAR(50) NULL, product_price        NUMBER NULL); ALTER TABLE PRODUCT        ADD  ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id        INTEGER NOT NULL, department_name      VARCHAR(50) NULL); ALTER TABLE DEPARTMENT        ADD  ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id          INTEGER NOT NULL, department_id        INTEGER NOT NULL, employee_fname       VARCHAR(50) NULL, employee_lname       VARCHAR(50) NULL, employee_ssn         CHAR(9) NULL); ALTER TABLE EMPLOYEE        ADD  ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id          INTEGER NOT NULL, customer_name        VARCHAR(50) NULL, customer_address     VARCHAR(150) NULL, customer_city        VARCHAR(50) NULL, customer_state       CHAR(2) NULL, customer_zip         CHAR(9) NULL); ALTER TABLE CUSTOMER        ADD  ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id            INTEGER NOT NULL, employee_id          INTEGER NOT NULL, customer_id          INTEGER NOT NULL, zorder_date          DATE NULL); ALTER TABLE ZORDER        ADD  ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
Why Do You Need a Data Model? Would you navigate a strange city without a map? ,[object Object],[object Object],[object Object]
Automated
Graphical
Easy-to-Use
Saves Time and Frustration
Understands & Translates multiple database “languages”
A must-have for any modern technical professional,[object Object]
What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
Modeling Suite Overview
ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
ERwin  Import / Export  ERwin Data  Saphir  Bridge Profiler Option ERwin Data  ERwin  ERwin Data  Model  Model  Modeler Validator Navigator ERwin  ERwin  Crystal  Process  Model  Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
CA ERwin Model Manager Collaborative model access and persistence  Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting  CA ERwin Modeling Add-ons
What’s in r7.3?
CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access  SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g.,  Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
SQL Query Tool Built-in, easy to use facility to query: Current  or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to:  CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
Sample Query Tool Output Query entry area Query results
Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
Template IDE
Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation  New technical documentation – the Template Language and Macro Reference Guide (all macros)
Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
Universal Close Dialog Session Files
Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
CA ERwin Modeling Bookshelf “Clickable documentation links
Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista  Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5  Oracle 8i  Progress 8.x  SQL Server 7.0  Windows 2000
CA ERwin® Modeling Questions?
Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.    CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized.  It is unrealistic  (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  

Más contenido relacionado

La actualidad más candente

Azure data factory
Azure data factoryAzure data factory
Azure data factoryDavid Giard
 
1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptxBRIJESH KUMAR
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Vidyasagar Mundroy
 
Database management functions
Database management functionsDatabase management functions
Database management functionsyhen06
 
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...Edureka!
 
Azure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudAzure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudMark Kromer
 
Alteryx Desktop Designer Overview
Alteryx Desktop Designer OverviewAlteryx Desktop Designer Overview
Alteryx Desktop Designer OverviewTridant
 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional ModelingSunita Sahu
 
Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Daniel Toomey
 
Azure Data Factory
Azure Data FactoryAzure Data Factory
Azure Data FactoryHARIHARAN R
 
Azure-Interview-Questions-Slides.pptx
Azure-Interview-Questions-Slides.pptxAzure-Interview-Questions-Slides.pptx
Azure-Interview-Questions-Slides.pptxKareemBullard1
 
Data Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesData Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesDATAVERSITY
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDBMongoDB
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)James Serra
 

La actualidad más candente (20)

Azure data factory
Azure data factoryAzure data factory
Azure data factory
 
1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx
 
Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)Database Systems - Introduction (Chapter 1)
Database Systems - Introduction (Chapter 1)
 
Azure datafactory
Azure datafactoryAzure datafactory
Azure datafactory
 
Azure Synapse Analytics
Azure Synapse AnalyticsAzure Synapse Analytics
Azure Synapse Analytics
 
SSIS Presentation
SSIS PresentationSSIS Presentation
SSIS Presentation
 
Database management functions
Database management functionsDatabase management functions
Database management functions
 
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...
SSIS Tutorial For Beginners | SQL Server Integration Services (SSIS) | MSBI T...
 
Azure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the CloudAzure Data Factory ETL Patterns in the Cloud
Azure Data Factory ETL Patterns in the Cloud
 
Alteryx Desktop Designer Overview
Alteryx Desktop Designer OverviewAlteryx Desktop Designer Overview
Alteryx Desktop Designer Overview
 
Lakehouse in Azure
Lakehouse in AzureLakehouse in Azure
Lakehouse in Azure
 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional Modeling
 
Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)Azure Databricks - An Introduction (by Kris Bock)
Azure Databricks - An Introduction (by Kris Bock)
 
Azure Data Factory
Azure Data FactoryAzure Data Factory
Azure Data Factory
 
4. hbase overview
4. hbase overview4. hbase overview
4. hbase overview
 
Azure-Interview-Questions-Slides.pptx
Azure-Interview-Questions-Slides.pptxAzure-Interview-Questions-Slides.pptx
Azure-Interview-Questions-Slides.pptx
 
Data Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph DatabasesData Modeling & Metadata for Graph Databases
Data Modeling & Metadata for Graph Databases
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)Data Lakehouse, Data Mesh, and Data Fabric (r1)
Data Lakehouse, Data Mesh, and Data Fabric (r1)
 
Python - Data Structures
Python - Data StructuresPython - Data Structures
Python - Data Structures
 

Destacado

Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...ERwin Modeling
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto Arce Jr.
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010ERwin Modeling
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase Türkiye
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010ERwin Modeling
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010ERwin Modeling
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010ERwin Modeling
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010ERwin Modeling
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010ERwin Modeling
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010ERwin Modeling
 
Importance of data model
Importance of data modelImportance of data model
Importance of data modelyhen06
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbmsNaresh Kumar
 

Destacado (19)

Nagendra Resume
Nagendra ResumeNagendra Resume
Nagendra Resume
 
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
Integrating data process a roundtrip modeling using e rwin data modeler_erwin...
 
Ernesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_ModelingErnesto_Arce_ERwin_Data_Modeling
Ernesto_Arce_ERwin_Data_Modeling
 
Data modeling for the business 09282010
Data modeling for the business  09282010Data modeling for the business  09282010
Data modeling for the business 09282010
 
Sybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs ErwinSybase PowerDesigner Vs Erwin
Sybase PowerDesigner Vs Erwin
 
Lançamento ERwin 08/02
Lançamento ERwin 08/02Lançamento ERwin 08/02
Lançamento ERwin 08/02
 
Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010Mastering your data with ca e rwin dm 09082010
Mastering your data with ca e rwin dm 09082010
 
Rm006sn ca world2010
Rm006sn ca world2010Rm006sn ca world2010
Rm006sn ca world2010
 
Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010Sneak peak ca e rwin data modeler r8 preview09222010
Sneak peak ca e rwin data modeler r8 preview09222010
 
Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010Using ca e rwin modeling to asure data 09162010
Using ca e rwin modeling to asure data 09162010
 
Creating enterprise standards 09302010
Creating enterprise standards 09302010Creating enterprise standards 09302010
Creating enterprise standards 09302010
 
Cust experience a practical guide 09152010
Cust experience a practical guide 09152010Cust experience a practical guide 09152010
Cust experience a practical guide 09152010
 
Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010Ca e rwin state of the union 09082010
Ca e rwin state of the union 09082010
 
Importance of data model
Importance of data modelImportance of data model
Importance of data model
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
rm006sn (2)
rm006sn (2)rm006sn (2)
rm006sn (2)
 
Different data models
Different data modelsDifferent data models
Different data models
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Data models
Data modelsData models
Data models
 

Similar a CA ERwin Data Modeler End User Presentation

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed Indiarsnarayanan
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developersllangit
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schemaSayed Ahmed
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
Be a database professional
Be a database professionalBe a database professional
Be a database professionalSayed Ahmed
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGsatish_kumar646
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetSham Sunder
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish Maheshwari
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Materialjohnpaka
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningDatabricks
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital.AI
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsqlSujit Jha
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data scienceShilpaKrishna6
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Itay Braun
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndAbhishek Ray
 

Similar a CA ERwin Data Modeler End User Presentation (20)

Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed India
 
Data Mining for Developers
Data Mining for DevelopersData Mining for Developers
Data Mining for Developers
 
DP-900.pdf
DP-900.pdfDP-900.pdf
DP-900.pdf
 
Introducing Oslo
Introducing OsloIntroducing Oslo
Introducing Oslo
 
Data modeling star schema
Data modeling star schemaData modeling star schema
Data modeling star schema
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
Be a database professional
Be a database professionalBe a database professional
Be a database professional
 
OFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAININGOFF SHORE RECRUITER TRAINING
OFF SHORE RECRUITER TRAINING
 
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .NetCV | Sham Sunder | Data | Database | Business Intelligence | .Net
CV | Sham Sunder | Data | Database | Business Intelligence | .Net
 
Ashish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_AnalystAshish_Maheshwari_Data_Analyst
Ashish_Maheshwari_Data_Analyst
 
Offshore Recruiting Training Material
Offshore Recruiting Training MaterialOffshore Recruiting Training Material
Offshore Recruiting Training Material
 
What’s New with Databricks Machine Learning
What’s New with Databricks Machine LearningWhat’s New with Databricks Machine Learning
What’s New with Databricks Machine Learning
 
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and SparkVital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
Vital AI MetaQL: Queries Across NoSQL, SQL, Sparql, and Spark
 
SAP
SAPSAP
SAP
 
Sujit lead plsql
Sujit lead plsqlSujit lead plsql
Sujit lead plsql
 
Bpm Tools
Bpm ToolsBpm Tools
Bpm Tools
 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data science
 
Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011Extreme SSAS- SQL 2011
Extreme SSAS- SQL 2011
 
ER/Studio Data Architect Datasheet
ER/Studio Data Architect DatasheetER/Studio Data Architect Datasheet
ER/Studio Data Architect Datasheet
 
Resume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - IndResume - Abhishek Ray-Mar-2016 - Ind
Resume - Abhishek Ray-Mar-2016 - Ind
 

Más de CA RMDM Latam

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trendsCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMCA RMDM Latam
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMCA RMDM Latam
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalCA RMDM Latam
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCA RMDM Latam
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCA RMDM Latam
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin IntroduccionCA RMDM Latam
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat ManagementCA RMDM Latam
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research ChartsCA RMDM Latam
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009CA RMDM Latam
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009CA RMDM Latam
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009CA RMDM Latam
 

Más de CA RMDM Latam (12)

Esg research 2010 data protection trends
Esg research 2010 data protection trendsEsg research 2010 data protection trends
Esg research 2010 data protection trends
 
Rosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DMRosario evento a clientes de RMDM Octubre 2009 - DM
Rosario evento a clientes de RMDM Octubre 2009 - DM
 
Rosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RMRosario evento a clientes de RMDM Octubre 2009 - RM
Rosario evento a clientes de RMDM Octubre 2009 - RM
 
Uso Mrc Ca Partner Portal
Uso Mrc Ca Partner PortalUso Mrc Ca Partner Portal
Uso Mrc Ca Partner Portal
 
Ca Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemasCa Erwin Data Modeling - Presentado por SAM sistemas
Ca Erwin Data Modeling - Presentado por SAM sistemas
 
Ca Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion ComercialCa Erwin73 Capacitacion Comercial
Ca Erwin73 Capacitacion Comercial
 
CA Erwin Introduccion
CA Erwin IntroduccionCA Erwin Introduccion
CA Erwin Introduccion
 
Brief Ca Security Threat Management
Brief Ca Security Threat ManagementBrief Ca Security Threat Management
Brief Ca Security Threat Management
 
Ca Additional Research Charts
Ca Additional Research ChartsCa Additional Research Charts
Ca Additional Research Charts
 
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
Ca Ar Cserve Backup R125 Ca X Osoft R125 Evento Partners Ca 2009
 
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
Modelo Licenciamiento Ca Recovery Management Evento Partners Ca 2009
 
Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009Por Que Ser Un Partner Ca Evento Partners Ca 2009
Por Que Ser Un Partner Ca Evento Partners Ca 2009
 

Último

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Último (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

CA ERwin Data Modeler End User Presentation

  • 1. November 2009 Presented by: Osman Haque, Global Strategy & Partner Enablement Lead, Data Modeling Be a Hero with CA ERwin Modeling
  • 2. Introductions Osman Haque Global Strategy & Partner Enablement Lead GSAT Data Modeling   Osman leads the global sales acceleration of the ERwin product line. He has been with CA, Inc. for over 5 years working in various capacities such as senior presales consultant, SWAT, engineering services architect, and senior technology strategist. Osman is an expert in the ERwin Data Modeler family of products and comes with over 8 years of experience working with ERwin. He develops and executes the strategy needed to make ERwin successful to customers, partners, and to CA, Inc. Osman has been invited to speak at various events and technology forums, including CA World on various topics related to best practices in data modeling.   He has a strong technical background combined with strong business acumen. He holds various degrees: Bachelor of Science in Management Information Systems from Univ. of Maryland, Executive Certificate in Business Administration from Georgetown University, Master of Science in Information Systems, and is currently completing his global MBA from the Univ. of North Carolina Kenan-Flagler School of Business partnered with 4 others international universities {Rotterdam School of Management (RSM Erasmus) in Europe, Sao Paulo FundacaoGetulio Vargas University (FGV-EAESP) in Brazil, the TEC University of Monterrey (EGADE) in Mexico, and The Chinese University of Hong Kong.}
  • 3. Agenda To understand what Data Modeling is. To understand why a company needs to Data Model. To understand why the ERwin suite of product is the right solution. What’s in R7.3?
  • 4. What is Database Modeling? A MODEL is a graphical representation of a complex object, system or concept clarified through textual explanation E.g. A blueprint A DATABASE MODEL is a graphical representation of a database which is depicted by using an Entity Relationship Diagram (ERD) Database Data Model (ERD)
  • 5. SQL vs. Model product_id INTEGER NOT NULL, product_name VARCHAR(50) NULL, product_price NUMBER NULL); ALTER TABLE PRODUCT ADD ( PRIMARY KEY (product_id) ) ; CREATE TABLE DEPARTMENT ( department_id INTEGER NOT NULL, department_name VARCHAR(50) NULL); ALTER TABLE DEPARTMENT ADD ( PRIMARY KEY (department_id) ) ; CREATE TABLE EMPLOYEE (employee_id INTEGER NOT NULL, department_id INTEGER NOT NULL, employee_fname VARCHAR(50) NULL, employee_lname VARCHAR(50) NULL, employee_ssn CHAR(9) NULL); ALTER TABLE EMPLOYEE ADD ( PRIMARY KEY (employee_id) ) ; CREATE TABLE CUSTOMER ( customer_id INTEGER NOT NULL, customer_name VARCHAR(50) NULL, customer_address VARCHAR(150) NULL, customer_city VARCHAR(50) NULL, customer_state CHAR(2) NULL, customer_zip CHAR(9) NULL); ALTER TABLE CUSTOMER ADD ( PRIMARY KEY (customer_id) ) ; CREATE TABLE ZORDER ( zorder_id INTEGER NOT NULL, employee_id INTEGER NOT NULL, customer_id INTEGER NOT NULL, zorder_date DATE NULL); ALTER TABLE ZORDER ADD ( PRIMARY KEY (zorder_id) ) ; “A picture is worth a thousand words”
  • 6. Why Do You Need a Data Model? With a single graphical model, you can manage multiple databases on diverse platforms. Oracle Oracle DB2 DB2 IDMS SQL Server SAP
  • 7.
  • 11. Saves Time and Frustration
  • 12. Understands & Translates multiple database “languages”
  • 13.
  • 14. What happens if we don’t Data Model? Database may be missing critical information Database development/maintenance time and cost are increased – over-budget! Poor database design – unstable system Missed project deadlines
  • 16. ERP Database Management & Administration Data Warehouse Center of Your Data Management Initiatives Types of Project Areas: Application Development Business Intelligence (BI) CA ERwin® Data Modeler Master Data Management (MDM)
  • 17. ERwin Import / Export ERwin Data Saphir Bridge Profiler Option ERwin Data ERwin ERwin Data Model Model Modeler Validator Navigator ERwin ERwin Crystal Process Model Reports Modeler Manager ( Other ODBC ) CA ERwin® Modeling Components Model Manager Model Manager
  • 18. CA ERwin Data Modeler Forward Engineer Design an ERD and generate code for specific target database based on the design Reverse Engineer Connect to a database catalog or read a script file and create an ERD Complete/Compare Automates complete bidirectional synchronization of models and databases Standards Out of the box model and meta data exchange
  • 19. CA ERwin Model Manager Collaborative model access and persistence Check-in/Check-out approach Models and Sub-Models (Subject Areas) Model library management Security and access management Version management and control Impact analysis and conflict resolution Global and library reporting Hosted on: MS SQL Server, Oracle or Sybase RDBMS
  • 20. Introducing ERwin® Data Profiler New Product added to ERwin Modeling Family Integrates with ERwin Data Modeler Can also be used as stand-alone product Distribution agreement with Exeros (www.exeros.com) Derivative of TDWI winner of “Innovative MDM Product of the Year” 2008 Exeros Discovery Provides Cross-System Data Profiling Robust Column-level Profiling Statistics Cross-system Data Analysis Primary-Key Foreign Key Discovery Export to CA ERwin Data Modeler – linking model design with data values
  • 21. CA ERwin Saphir Option Extracts and stores cryptic metadata from ERP/EAP packages such as SAP, PeopleSoft, JD Edwards and Siebel Reduces reliance expensive consultants lowering costs Ability to browse & subset metadata and export into an ERwin DM model Leverages the visualization and design capabilities of the industry leading data modeling solution
  • 22. CA ERwin Data Model Validator Essential design and performance validation Valuable “Teach Me” facility User configurable Generates “fixes” for the database Works with ERwin Data Modeler models, schemas and/or databases CA ERwin Process Modeler Functional Decomposition(IDEF0), Workflow(IDEF3) and Dataflow Modeling (Gane and Sarsons DFD) Activity Based Costing Integration with CA ERwin Data Modeler CA ERwin Model Navigator Read-only access to ERwin data and process models Model analysis and metadata reporting CA ERwin Modeling Add-ons
  • 24. CA ERwin® Data Modeler – R7.3 Enhancements ODBC-Based Metadata Access SQL Query Tool Crystal Reports Forward Engineering Template Editor Teradata Currency Universal File Close ERwin Bookshelf and Compiled HTML Help
  • 25. CA ERwin® Data Modeler – R7.3 Changes Complete Compare New options Incremental improvements Triggers – real vs. virtual Macros – TLX and EML Database and Operating System Support New Dropped
  • 26. Teradata Currency Exploitation support for v2.6.x, v12 and v13 support Forward Engineering Reverse Engineering Complete Compare Teradata-specific check model validations 12 categories of checks Almost 60 different checks CA worked directly with Teradata development Groups
  • 27. ODBC-Based Metadata Access ODBC read-only driver included with base product User controlled activation and deactivation (“Tools/Options/Integrations” dialog) Compliant with ANSI 92 specifications Only query syntax (SELECT statement) supported at this time Use with any standard ODBC query/reporting capable tool e.g., Crystal Reports, Cognos (commercial) LogiXML, Pentaho (open-source) Excel, Access (MS Office apps) Others Current model, all ERwin Data Modeler metadata No database or repository required
  • 28. SQL Query Tool Built-in, easy to use facility to query: Current or other open model Database catalog Access to: Model objects and properties Metadata defining model objects and properties The modeling session Action Log Used to: CREATE and SAVE queries (.QRY format) Save query results (.CSV format)
  • 29. Sample Query Tool Output Query entry area Query results
  • 30. Forward Engineering Template Editor Create, view modify FE template files (.FET) Review and/or print default templates Define template customizations Existing macros and new TLX scripting language supported
  • 32. Macros “Official” introduction of Template Language (TLX) – ERwin Data Modeler’s new template/macro language for FE templates Existing macros still available and accessible via macro toolbox Domain Dictionary dialog Model Naming Options dialog Pre and Post Scripts dialog Triggers dialog etc. FE Template Editor provides access to TLX macro documentation New technical documentation – the Template Language and Macro Reference Guide (all macros)
  • 33. Universal File Close Replaces several different CLOSE dialogs in earlier versions Standardized “look-and-feel” Enhanced functionality
  • 34. Universal Close Dialog Session Files
  • 35. Updated Help Documentation ERwin Modeling Bookshelf Replaces “deprecated” Windows HELP Full search and indexing capability Comprehensive table of contents Easier Navigation Context sensitive HELP (<F1>)
  • 36. CA ERwin Modeling Bookshelf “Clickable documentation links
  • 37. Complete Compare Optimized “Three-way” merge (ERwin MM) New advanced options: Auto-Resolve Missing UDPs Display Unified Attributes Select Active Subject Area Ignore Code Comments Miscellaneous improvements: Compare only ALIGNED objects Type resolution wizard (new – replaces previous dialog box) Demand loading optimized and used for all DB Sync operations (cannot be changed) "Hide Unselected Objects“ added to the Object Selection panes Range selection functionality Type Selection filtering applied during compares "Explain" Button Added
  • 38. Triggers Can create “real” trigger objects from ERwin triggers Trigger objects can be: Used in ALTER scripts Included in Complete Compare scenarios Associated with model templates New checkbox on “Model Properties/RI Defaults” dialog FE can automatically generate MISSING RI triggers RE can include “generated” triggers in process
  • 39. Database and Operating System Support Added: Teradata v2.6.x, v12 and v13 Oracle 11.x Microsoft Vista Microsoft Visual Studio 2008 Team System for Database Professionals Dropped: Ingres 2.5 Oracle 8i Progress 8.x SQL Server 7.0 Windows 2000
  • 40. CA ERwin® Modeling Questions?
  • 41. Bottom Line…. In today’s tough economy, IT resources are being asked to do more with less: More databases to manage More platforms to support Fewer people to do the work.  CA ERwin helps you face these challenges and look like a hero in their organization by: Reducing the amount of time and money spent learning to code for every platform Improving database performance through visual design Increasing data quality through standardization and reuse
  • 42. Bottom Line… More Database Platforms to Support Most organizations have more than one database platform—it’s hard to be an expert in all The number of databases is growing, with more and more applications to support CA ERwin can manage multiple databases from a single, graphical design.  Fewer Staff and Resources Most organizations are cutting back on IT staff, making it difficult to manage these growing databases. Skill sets for individual databases are very specialized. It is unrealistic (and expensive) to have multiple experts for all platforms. CA ERwin can replace the need to have experts in every platform—by managing multiple databases from a graphical model.  
  • 43. Bottom Line… Migrating Database Platforms Many organizations are trying to consolidate databases into a single platform CA ERwin can help in the migration process by translating the data structures from one platform to another. Integrating Data from Multiple Sources Many organization are trying to integrate multiple systems – as a result of mergers and acquisitions, or for data warehousing, CA ERwin helps create a single view of these data structures and creates standards
  • 44. CA ERwin Data Modeling Licensing CA ERwin Data Modeler (Main), ERwin Process Modeler, ERwin Model Navigator, ERwin Model Validator Licensed per user No concurrent licensing available CA ERwin Model Manager (formerly known as Model Mart) Licensed per user –installed on server (Oracle or SQL Server DB) CA ERwin Modeling Suite Bundle Price book sku created to sell 1 user license for ERwin Data Modeler, ERwin Model Manager, ERwin Data Model Validator and ERwin Process Modeler under one sku at a discount DOES NOT include ERwin Model Navigator nor ERwin Saphir Option Special Maintenance Renewal Upgrade Sku to Bundle with 3 yrs Maintenance
  • 45. Let’s Test Your ERwin Knowledge!