top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
ACT! by Sage for dummies / by Karen S. Fredricks
ACT! by Sage for dummies / by Karen S. Fredricks
Autore Fredricks, Karen S.
Pubbl/distr/stampa Hoboken, N.J. : Wiley Pub., c2007
Descrizione fisica xx, 408 p. ; 23 cm
Disciplina 005.5/7
Collana For dummies
Soggetto topico Time management - Computer programs
Database management - Computer programs
Personal information management - Computer programs
Scheduling - Computer programs
ISBN 9780470192252
Classificazione LC HD69.T54
621.3.8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISALENTO-991002902679707536
Fredricks, Karen S.  
Hoboken, N.J. : Wiley Pub., c2007
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Pubbl/distr/stampa [Bradford, England] : , : Emerald, , 2014
Descrizione fisica 1 online resource (163 p.)
Disciplina 658.202
Collana Journal of Manufacturing Technology Management
Soggetto topico Database management - Computer programs
Plant maintenance
Soggetto genere / forma Electronic books.
ISBN 1-78441-219-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Editorial boards; Guest editorial; The role of maintenance in improving company's competitiveness and profitability; Dynamic analytic hierarchy process: AHP method adapted to a changing environment; Coloured stochastic Petri nets modelling for the reliability and maintenance analysis of multi-state multi-unit systems; Complex maintenance programs quantification (CMPQ) to better control production systems; Queuing network-based methodology for designing and assessing performance of centralized maintenance workshops; A review of multi-criteria classification of spare parts
Time series trending for condition assessment and prognosticsValue-driven engineering of E-maintenance platforms
Record Nr. UNINA-9910465367703321
[Bradford, England] : , : Emerald, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Pubbl/distr/stampa [Bradford, England] : , : Emerald, , 2014
Descrizione fisica 1 online resource (163 p.)
Disciplina 658.202
Collana Journal of Manufacturing Technology Management
Soggetto topico Database management - Computer programs
Plant maintenance
ISBN 1-78441-219-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Editorial boards; Guest editorial; The role of maintenance in improving company's competitiveness and profitability; Dynamic analytic hierarchy process: AHP method adapted to a changing environment; Coloured stochastic Petri nets modelling for the reliability and maintenance analysis of multi-state multi-unit systems; Complex maintenance programs quantification (CMPQ) to better control production systems; Queuing network-based methodology for designing and assessing performance of centralized maintenance workshops; A review of multi-criteria classification of spare parts
Time series trending for condition assessment and prognosticsValue-driven engineering of E-maintenance platforms
Record Nr. UNINA-9910786513203321
[Bradford, England] : , : Emerald, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Advanced maintenance engineering, services and technologies / / guest editors, Adolfo Crespo Márquez [and three others]
Pubbl/distr/stampa [Bradford, England] : , : Emerald, , 2014
Descrizione fisica 1 online resource (163 p.)
Disciplina 658.202
Collana Journal of Manufacturing Technology Management
Soggetto topico Database management - Computer programs
Plant maintenance
ISBN 1-78441-219-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Editorial boards; Guest editorial; The role of maintenance in improving company's competitiveness and profitability; Dynamic analytic hierarchy process: AHP method adapted to a changing environment; Coloured stochastic Petri nets modelling for the reliability and maintenance analysis of multi-state multi-unit systems; Complex maintenance programs quantification (CMPQ) to better control production systems; Queuing network-based methodology for designing and assessing performance of centralized maintenance workshops; A review of multi-criteria classification of spare parts
Time series trending for condition assessment and prognosticsValue-driven engineering of E-maintenance platforms
Record Nr. UNINA-9910808916303321
[Bradford, England] : , : Emerald, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Beginning hibernate 6 : Java persistence from beginner to pro / / Joseph B. Ottinger, Jeff Linwood, Dave Minter
Beginning hibernate 6 : Java persistence from beginner to pro / / Joseph B. Ottinger, Jeff Linwood, Dave Minter
Autore Ottinger Joseph B.
Edizione [Fifth edition.]
Pubbl/distr/stampa [Place of publication not identified] : , : Apress, , [2022]
Descrizione fisica 1 online resource (495 pages)
Disciplina 005.133
Soggetto topico Java (Computer program language)
Database management - Computer programs
ISBN 1-4842-7337-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: An Introduction to Hibernate 6 -- Plain Old Java Objects (POJOs) -- Building a Project -- Hibernate As a Persistence Solution -- Summary -- Chapter 2: Integrating and Configuring Hibernate -- The Steps Needed to Integrate and Configure Hibernate -- Understanding Where Hibernate Fits into Your Java Application -- Deploying Hibernate -- Installing Maven -- Connection Pooling -- Using JNDI -- Summary -- Chapter 3: Building a Simple Application -- A Simple Application -- Relationships and Cardinality -- A First Attempt -- Writing Data -- Rounding Out the Data Model -- Reading Data -- Updating Data -- Persistence Contexts -- Removing Data -- A Note on Transactions -- The Full Test for Rankings -- Writing Our Sample Application -- Add a Ranking -- Update a Ranking -- Remove a Ranking -- Find Average Ranking for a Subject's Skill -- Find All Rankings for a Subject -- Find the Highest-Ranked Subject for a Skill -- Putting It All Together -- Summary -- Chapter 4: The Persistence LifeCycle -- Introducing the Lifecycle -- Entities, Classes, and Names -- Identifiers -- Entities and Associations -- Saving Entities -- Object Equality and Identity -- Loading Entities -- Merging Entities -- Refreshing Entities -- Updating Entities -- Deleting Entities -- Cascading Operations -- Lazy Loading, Proxies, and Collection Wrappers -- Querying Objects -- Summary -- Chapter 5: An Overview of Mapping -- Why Mapping Cannot Easily Be Automated -- Primary Keys -- Lazy Loading -- Associations -- The One-to-One Association -- The One-to-Many and Many-to-One Associations -- The Many-to-Many Association -- Applying Mappings to Associations -- Other Supported Features -- Specification of (Database) Column Types and Sizes.
The Mapping of Inheritance Relationships to the Database -- Primary Key -- The Use of SQL Formula-Based Properties -- Mandatory and Unique Constraints -- Summary -- Chapter 6: Mapping with Annotations -- Creating Hibernate Mappings with Annotations -- The Drawbacks of Annotations -- The Benefits of Annotations -- Choosing Which Mapping Mechanism to Use -- JPA 2 Persistence Annotations -- Entity Beans with @Entity -- Primary Keys with @Id and @GeneratedValue -- Generating Primary Key Values with @SequenceGenerator -- Generating Primary Key Values with @TableGenerator -- Compound Primary Keys with @Id, @IdClass, or @EmbeddedId -- Database Table Mapping with @Table and  @SecondaryTable -- Persisting Basic Types with @Basic -- Omitting Persistence with @Transient -- Mapping Properties and Fields with @Column -- Modeling Entity Relationships -- Mapping an Embedded (Component) One-to-One Association -- Mapping a Conventional One-to-One Association -- Mapping a Many-to-One or One-to-Many Association -- Mapping a Many-to-Many Association -- Cascading Operations -- Collection Ordering -- Inheritance -- Single Table -- Joined Table -- Table per Class -- Choosing Between Inheritance Types When Modeling Inheritance -- Other JPA 2 Persistence Annotations -- Temporal Data -- Element Collections -- Large Objects -- Mapped Superclasses -- Ordering Collections with @OrderColumn -- Named Queries (HQL or JPQL) -- Named Native Queries (SQL) -- Configuring the Annotated Classes -- Hibernate-Specific Persistence Annotations -- @Immutable -- Natural IDs -- Summary -- Chapter 7: JPA Integration and Lifecycle Events -- The Java Persistence API -- The Project Object Model -- Introducing Lombok -- The JPASessionUtil Class -- Testing JPASessionUtil -- Lifecycle Events -- External Entity Listeners -- Data Validation -- Summary -- Chapter 8: Using the Session -- Sessions.
Transactions and Locking -- Transactions -- The ACID Tests -- Locking -- Deadlocks -- Caching -- Threads -- Summary -- Chapter 9: Searches and Queries -- Hibernate Query Language (HQL) -- Syntax Basics -- UPDATE -- DELETE -- INSERT -- SELECT -- Named Queries -- Logging and Commenting the Underlying SQL -- Logging the SQL -- Commenting the Generated SQL -- The from Clause and Aliases -- The select Clause and Projection -- Using Restrictions with HQL -- Using Named Parameters -- Paging Through the Result Set -- Obtaining a Unique Result -- Sorting Results with the order by Clause -- Associations and Joins -- Aggregate Methods -- Bulk Updates and Deletes with HQL -- Using Native SQL -- Summary -- Chapter 10: Filtering the Results of Searches -- When to Use Filters -- Getting Started -- Defining and Attaching Filters -- Filters with Annotations -- Filters with XML Mapping Documents -- Using Filters in Your Application -- A Basic Filtering Example -- Summary -- Chapter 11: Integration into the Web -- Setting the Stage -- The Plan -- The Application -- The Project Model -- The Data Model -- Building Our First Servlet Test -- Our First (Wrong) Servlet: Adding a User -- The AddUserServlet, Corrected -- Where DTOs Shine -- Rounding Out the Application -- Creating a Post -- A Better "Get Posts" Servlet -- Rounding Out the "Application" -- Summary -- Chapter 12: Integrating Hibernate -- Spring -- Spring Data with Spring Boot -- ActiveJ -- Quarkus -- Summary -- Chapter 13: Hibernate Envers -- What Does a "Version" Mean? -- Creating a Simple Project -- Looking for Revisions with Specific Data -- An Example Reverting Data -- Summary -- Index.
Record Nr. UNINA-9910523777403321
Ottinger Joseph B.  
[Place of publication not identified] : , : Apress, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Big data analytics for Sensor-network collected intelligence / / edited by Hui-Huang Hsu, Chuan-Yu Chang, Ching-Hsien Hsu ; series editor Fatos Xhafa
Big data analytics for Sensor-network collected intelligence / / edited by Hui-Huang Hsu, Chuan-Yu Chang, Ching-Hsien Hsu ; series editor Fatos Xhafa
Pubbl/distr/stampa London, England : , : Academic Press, , 2017
Descrizione fisica 1 online resource (328 pages) : illustrations, tables
Disciplina 001.6425
Collana Intelligent Data Centric Systems
Soggetto topico Database management - Computer programs
Database management
ISBN 0-12-809625-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910583083903321
London, England : , : Academic Press, , 2017
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Descrizione fisica 1 online resource (263 p.)
Disciplina 005.756/5
Altri autori (Persone) UrwilerChuck
Soggetto topico Database management - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-280-55202-6
9786610552023
1-930919-11-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Dedication""; ""Our Contract with You, The Reader""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Table of Contents""; ""Chapter 1 Introduction to Client/Server""; ""The PC revolution""; ""Client/server to the rescue""; ""Features of client/server databases""; ""Data access""; ""Security""; ""Database backup""; ""Point-in-time recovery""; ""Triggers""; ""Referential integrity""; ""Indexes""; ""Defaults""; ""Rules""; ""Primary key generation""; ""Stored procedures""; ""Views""; ""User-defined data types""; ""Replication""; ""Transactions""; ""Scalability""
""Reliability""""Advantages of client/server""; ""Performance""; ""Cost""; ""Security""; ""Scalability""; ""Summary""; ""Chapter 2 Visual FoxPro for Client/Server Development""; ""Object-oriented programming (OOP)""; ""Support for COM""; ""Built-in client/server support""; ""Built-in local data engine""; ""Support for other data-access technologies""; ""Rapid Application Development (RAD)""; ""Summary""; ""Chapter 3 Introduction to SQL Server 7.0""; ""Why move to SQL Server?""; ""Capacity""; ""Concurrency""; ""Robustness""; ""Security""; ""Installation""; ""SQL Server editions""
""Licensing""""Character sets""; ""Sort order""; ""Network libraries""; ""Databases, database files and the transaction log""; ""Types of databases""; ""Database files""; ""Creating a database""; ""The transaction log""; ""How SQL Server allocates storage""; ""Transactions and locking""; ""Implicit and explicit transactions""; ""Locking""; ""Database objects""; ""SQL Server object names""; ""Tables""; ""Enforcing data integrity""; ""Indexes""; ""Views""; ""Stored procedures""; ""Triggers""; ""Summary""; ""Chapter 4 Remote Views""; ""Connections""; ""Remote views""; ""Updatable views""
""Buffering""""Committing and refreshing buffers""; ""Other view properties""; ""FetchAsNeeded and FetchSize""; ""MaxRecords""; ""FetchMemo""; ""Tables""; ""Field properties""; ""DefaultValue""; ""RuleExpression""; ""UpdateName""; ""DataType""; ""Summary""; ""Chapter 5 Upsizing: Moving from File-Server to Client/Server""; ""Why upsize?""; ""Using the SQL Server Upsizing Wizard""; ""Indexes""; ""Defaults""; ""Relationships""; ""Validation rules""; ""Changes made locally""; ""Finished at last? Modifying the results of the Upsizing Wizard""; ""The local database""; ""Summary""
""Chapter 6 Extending Remote Views with SQL Pass Through""""Connecting to the server""; ""The SQLConnect() function""; ""The SQLStringConnect() function""; ""Handling connection errors""; ""Disconnecting""; ""Accessing metadata""; ""The SQLTables() function""; ""The SQLColumns() function""; ""Submitting queries""; ""Queries that return a result set""; ""Retrieving multiple result sets""; ""Queries that modify data""; ""Parameterized queries""; ""Making SQL pass through result sets updatable""; ""Calling stored procedures""; ""Handling input and output parameters""; ""Transaction management""
""Binding connections""
Record Nr. UNINA-9910454963403321
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Descrizione fisica 1 online resource (263 p.)
Disciplina 005.756/5
Altri autori (Persone) UrwilerChuck
Soggetto topico Database management - Computer programs
ISBN 1-280-55202-6
9786610552023
1-930919-11-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Dedication""; ""Our Contract with You, The Reader""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Table of Contents""; ""Chapter 1 Introduction to Client/Server""; ""The PC revolution""; ""Client/server to the rescue""; ""Features of client/server databases""; ""Data access""; ""Security""; ""Database backup""; ""Point-in-time recovery""; ""Triggers""; ""Referential integrity""; ""Indexes""; ""Defaults""; ""Rules""; ""Primary key generation""; ""Stored procedures""; ""Views""; ""User-defined data types""; ""Replication""; ""Transactions""; ""Scalability""
""Reliability""""Advantages of client/server""; ""Performance""; ""Cost""; ""Security""; ""Scalability""; ""Summary""; ""Chapter 2 Visual FoxPro for Client/Server Development""; ""Object-oriented programming (OOP)""; ""Support for COM""; ""Built-in client/server support""; ""Built-in local data engine""; ""Support for other data-access technologies""; ""Rapid Application Development (RAD)""; ""Summary""; ""Chapter 3 Introduction to SQL Server 7.0""; ""Why move to SQL Server?""; ""Capacity""; ""Concurrency""; ""Robustness""; ""Security""; ""Installation""; ""SQL Server editions""
""Licensing""""Character sets""; ""Sort order""; ""Network libraries""; ""Databases, database files and the transaction log""; ""Types of databases""; ""Database files""; ""Creating a database""; ""The transaction log""; ""How SQL Server allocates storage""; ""Transactions and locking""; ""Implicit and explicit transactions""; ""Locking""; ""Database objects""; ""SQL Server object names""; ""Tables""; ""Enforcing data integrity""; ""Indexes""; ""Views""; ""Stored procedures""; ""Triggers""; ""Summary""; ""Chapter 4 Remote Views""; ""Connections""; ""Remote views""; ""Updatable views""
""Buffering""""Committing and refreshing buffers""; ""Other view properties""; ""FetchAsNeeded and FetchSize""; ""MaxRecords""; ""FetchMemo""; ""Tables""; ""Field properties""; ""DefaultValue""; ""RuleExpression""; ""UpdateName""; ""DataType""; ""Summary""; ""Chapter 5 Upsizing: Moving from File-Server to Client/Server""; ""Why upsize?""; ""Using the SQL Server Upsizing Wizard""; ""Indexes""; ""Defaults""; ""Relationships""; ""Validation rules""; ""Changes made locally""; ""Finished at last? Modifying the results of the Upsizing Wizard""; ""The local database""; ""Summary""
""Chapter 6 Extending Remote Views with SQL Pass Through""""Connecting to the server""; ""The SQLConnect() function""; ""The SQLStringConnect() function""; ""Handling connection errors""; ""Disconnecting""; ""Accessing metadata""; ""The SQLTables() function""; ""The SQLColumns() function""; ""Submitting queries""; ""Queries that return a result set""; ""Retrieving multiple result sets""; ""Queries that modify data""; ""Parameterized queries""; ""Making SQL pass through result sets updatable""; ""Calling stored procedures""; ""Handling input and output parameters""; ""Transaction management""
""Binding connections""
Record Nr. UNINA-9910779967603321
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Client/server applications with Visual FoxPro and SQL server [[electronic resource] /] / Chuck Urwiler ... [et al.]
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Descrizione fisica 1 online resource (263 p.)
Disciplina 005.756/5
Altri autori (Persone) UrwilerChuck
Soggetto topico Database management - Computer programs
ISBN 1-280-55202-6
9786610552023
1-930919-11-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Dedication""; ""Our Contract with You, The Reader""; ""Acknowledgements""; ""About the Authors""; ""How to Download the Files""; ""Table of Contents""; ""Chapter 1 Introduction to Client/Server""; ""The PC revolution""; ""Client/server to the rescue""; ""Features of client/server databases""; ""Data access""; ""Security""; ""Database backup""; ""Point-in-time recovery""; ""Triggers""; ""Referential integrity""; ""Indexes""; ""Defaults""; ""Rules""; ""Primary key generation""; ""Stored procedures""; ""Views""; ""User-defined data types""; ""Replication""; ""Transactions""; ""Scalability""
""Reliability""""Advantages of client/server""; ""Performance""; ""Cost""; ""Security""; ""Scalability""; ""Summary""; ""Chapter 2 Visual FoxPro for Client/Server Development""; ""Object-oriented programming (OOP)""; ""Support for COM""; ""Built-in client/server support""; ""Built-in local data engine""; ""Support for other data-access technologies""; ""Rapid Application Development (RAD)""; ""Summary""; ""Chapter 3 Introduction to SQL Server 7.0""; ""Why move to SQL Server?""; ""Capacity""; ""Concurrency""; ""Robustness""; ""Security""; ""Installation""; ""SQL Server editions""
""Licensing""""Character sets""; ""Sort order""; ""Network libraries""; ""Databases, database files and the transaction log""; ""Types of databases""; ""Database files""; ""Creating a database""; ""The transaction log""; ""How SQL Server allocates storage""; ""Transactions and locking""; ""Implicit and explicit transactions""; ""Locking""; ""Database objects""; ""SQL Server object names""; ""Tables""; ""Enforcing data integrity""; ""Indexes""; ""Views""; ""Stored procedures""; ""Triggers""; ""Summary""; ""Chapter 4 Remote Views""; ""Connections""; ""Remote views""; ""Updatable views""
""Buffering""""Committing and refreshing buffers""; ""Other view properties""; ""FetchAsNeeded and FetchSize""; ""MaxRecords""; ""FetchMemo""; ""Tables""; ""Field properties""; ""DefaultValue""; ""RuleExpression""; ""UpdateName""; ""DataType""; ""Summary""; ""Chapter 5 Upsizing: Moving from File-Server to Client/Server""; ""Why upsize?""; ""Using the SQL Server Upsizing Wizard""; ""Indexes""; ""Defaults""; ""Relationships""; ""Validation rules""; ""Changes made locally""; ""Finished at last? Modifying the results of the Upsizing Wizard""; ""The local database""; ""Summary""
""Chapter 6 Extending Remote Views with SQL Pass Through""""Connecting to the server""; ""The SQLConnect() function""; ""The SQLStringConnect() function""; ""Handling connection errors""; ""Disconnecting""; ""Accessing metadata""; ""The SQLTables() function""; ""The SQLColumns() function""; ""Submitting queries""; ""Queries that return a result set""; ""Retrieving multiple result sets""; ""Queries that modify data""; ""Parameterized queries""; ""Making SQL pass through result sets updatable""; ""Calling stored procedures""; ""Handling input and output parameters""; ""Transaction management""
""Binding connections""
Record Nr. UNINA-9910825973403321
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2000
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Data governance tools : evaluation criteria, big data governance, and alignment with enterprise data management. / / Sunil Soares
Data governance tools : evaluation criteria, big data governance, and alignment with enterprise data management. / / Sunil Soares
Autore Soares Sunil
Pubbl/distr/stampa Boise, Idaho : , : MC Press Online, LLC, , 2014
Descrizione fisica 1 online resource (453 p.)
Disciplina 658.4038
Soggetto topico Information technology - Management
Database management - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-58347-844-2
1-58347-847-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright; About the Author; Contents; Forewords; By Aditya Kongara; By John R. Talburt; By Aaron Zornes; Preface; Part I-Introduction; 1: An Introduction to Data Governance; Definition; Case Study; The Pillars of Data Governance; Summary; 2: Enterprise Data Management Reference Architecture; Edm Categories; Big Data; Data Governance Tools; Summary; Part II-Categories of Data Governance Tools; 3: The Business Glossary; Bulk-load Business Terms in Excel, CSV, or XML Format; Create Categories of Business Terms; Facilitate Social Collaboration
Automatically Hyperlink Embedded Business TermsAdd Custom Attributes to Business Terms and Other Data Artifacts; Add Custom Relationships to Business Terms and Other Data Artifacts; Add Custom Roles to Business Terms and Other Data Artifacts; Link Business Terms and Column Names to the Associated Reference Data; Link Business Terms to Technical Metadata; Support the Creation of Custom Asset Types; Flag Critical Data Elements; Provide OOTB and Custom Workflows to Manage Business Terms and Other Data Artifacts; Review the History of Changes to Business Terms and Other Data Artifacts
Allow Business Users to Link to the Glossary Directly From Reporting ToolsSearch for Business Terms; Integrate Business Terms with Associated Unstructured Data; Summary; 4: Metadata Management; Pull Logical Models From Data Modeling Tools; Pull Physical Models From Data Modeling Tools; Ingest Metadata From Relational Databases; Pull in Metadata From Data Warehouse Appliances; Integrate Metadata From Legacy Data Sources; Pull Metadata From ETL Tools; Pull Metadata From Reporting Tools; Reflect Custom Code in the Metadata Tool; Pull Metadata From Analytics Tools
Link Business Terms with Column NamesPull Metadata From Data Quality Tools; Pull Metadata From Big Data Sources; Provide Detailed Views on Data Lineage; Customize Data Lineage Reporting; Manage Permissions in the Metadata Repository; Support the Search for Assets in the Metadata Repository; Summary; 5: Data Profiling; Conduct Column Analysis; Discover the Values Distribution of a Column; Discover the Patterns Distribution of a Column; Discover the Length Frequencies of a Column; Discover Hidden Sensitive Data; Discover Values with Similar Sounds in a Column
Agree on the Data Quality Dimensions for the Data Governance ProgramDevelop Business Rules Relating to the Data Quality Dimensions; Profile Data Relating to the Completeness Dimension of Data Quality; Profile Data Relating to the Conformity Dimension of Data Quality; Profile Data Relating to the Consistency Dimension of Data Quality; Profile Data Relating to the Synchronization Dimension of Data Quality; Profile Data Relating to the Uniqueness Dimension of Data Quality; Profile Data Relating to the Timeliness Dimension of Data Quality
Profile Data Relating to the Accuracy Dimension of Data Quality
Record Nr. UNINA-9910463803503321
Soares Sunil  
Boise, Idaho : , : MC Press Online, LLC, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui