W16 Data Mining Workshop
|
|
|
- Duane Lawson
- 10 years ago
- Views:
Transcription
1 W16 Data Mining Workshop Brantley Synco, Director, Internal Audit and Compliance, Baptist Health System Jim Donaldson, Director of Compliance/Privacy and Security Officer, Baptist Health Care Corporation Agenda Introduction and Overview Databases Primer Scope and Parameters Seven Steps for Data Extraction Data Analysis and Application Data Sources and Manipulation Tools Question Period 1
2 Introduction and Overview Session will show how to combine data from multiple sources into one report Presentation is aimed toward compliance professionals, NOT IT SPECIALIST Techniques can be applied to multiple extractions and analyses. At then of this section of the workshop, participants will be equipped to import data, join tables, and create simple reports. Database Primer What is a database? A comprehensive collection of related data organized for convenient access, generally in a computer. Dictionary.com 2
3 Database Primer related data Database Primer Poor Database Design 3
4 Database Primer Poor Database Design (Result) EVENT National ID Last Nam e First Name Address City State Zip HIRE SSN1 LN1 FN1 ADD1 CITY1 ST1 ZIP1 MAR SSN1 LN2 FN1 ADD2 CITY2 ST1 ZIP2 CHG SSN1 LN2 FN1 ADD3 CITY3 ST1 ZIP3 DIV SSN1 LN1 FN1 ADD4 CITY4 ST1 ZIP4 MAR SSN1 LN3 FN2 ADD5 CITY5 ST1 ZIP5 Database Primer Data Normalization is the process of dividing datasets to reduce dependency and duplication. 4
5 Scope and Parameters Deliverable: OIG monitoring reports Employees Physicians Application: MS Access Source Files: OIG exclusion database Employee File (from HR) Doctor Master file (from credentialing) Step 1: Get your head on straight Must have the confidence you can acquire and use the data 5
6 Step 1: Get your head on straight 1. "It's not held in only one table. 2. "It's a large and complicated database with about 142 million tables. 3. "You will have to get the OK from the database owner before I give you that." Step 1: Get your head on straight 4. "Bill Lumburger asked for this same data last week for his new TPS report. Have you ask him for it? 5. "I don't know if we can pull data out of that database." 6
7 Step 1: Get your head on straight 6. "No problem! We can write a SQL script to pull the data you need. Then we can set up an ODBC connection to transport the data. We can drop the data into Oracle, SQL Server, or DB2 format and then you can extract it out into XLS, CSV, XML, or HTML. All I need is your DBMS license and the network location of your server. Just call me back when you have those and I'll get right on it." Step 2: Start at the End What do you want to know? "Do we have any employees or doctors who are excluded from participation by the OIG" 7
8 Step 2: Start at the End What do you want the report show? All parties and OIG status? Employees separate from doctors? Only employees with possible matches? Step 2: Start at the End What data do you want to show? Provider Data Employee Name Employee Address Employee DOB Physician UPIN OIG Data OIG Name OIG Address OIG DOB 8
9 Step 2: Start at the End How do you want the data grouped, ordered, or sorted? Source OIG Provider Similarity By Name By Address Step 2: Start at the End Ordered by Similar Employee OIG Name Name Employee OIG Address Address Employee DOB OIG DOB Smith Smith 123 Maple 123 Oak 3/3/68 3/3/68 Ordered by Source Employee Employee Employee OIG Name Address DOB Name OIG Address OIG DOB Smith 123 Maple 3/3/68 Smith 123 Oak 3/3/68 9
10 Step Three: Locate the data "Where is the information I need? We determined: Exclusions are in the OIG exclusion database. HR has the employee details Credentialing has a list of all active physicians. Step Four: Reach out to IT Specialist "Who can I call who would know where I can get this information?" What format is the data? "Who is the database administrator or IT employee that supports these databases and applications? 10
11 Step Four: Reach out to IT Specialist We determine the following: OIG Database is available from the OIG is a.dbf format. HR uses PeopleSoft built on a DB2 database. Credentialing uses a commercially available system that regularly exports data to the EMR. Step Five: Design Extract Determine what elements are needed. Names Addresses UPINs Limit size of extract Date Active/Inactive records Other element 11
12 Step Six: Turn Data into Information Import Data Modify data Create Joins Export Data Import Data 12
13 Import Data Other data types: Import Data Import OIG Data Short cut: Access will open.dbf format 13
14 Import Data Import Data Data in design view 14
15 Import Data Open Query Wizard Open Query in design view Data Import 15
16 Data Import Modify Data 16
17 Datasheet View Modify Data Design View Modify Data 17
18 Modify Data Modify Table Changes to Employee table: Upper for First Name (v_first_name) Upper for Last Name (v_last_name_ First 5 characters of Zip code (v_postal 18
19 Create Joins/Relationships Create Joins/Relationships 19
20 Create Joins/Relationships Create Joins/Relationships 20
21 Export Data Step Seven: Don't Re Invent The Wheel By using linked tables, you can update the tables and use the same queries. Follow these steps: Open Linked Table Manager Update all tables Execute the make table queries Open the matched queries. 21
22 Step Seven: Don't Re Invent The Wheel Comments 1. The actions we performed can be used across almost any data. 2. Practice. You can t break anything. 3. Remember you CAN do this. 22
23 Data Sources to Consider and Monitoring Tools Disclaimer You will see screen shots from specific information systems used at Baptist Health Care Corporation We are making no express or implied recommendation for these systems or the companies that offer them. 23
24 Some Data Sources to Consider Network Logs Time and Attendance Logs Instant Messaging Internet Logs Clinical System Logs s Real Time Archived Door/Access Controllers Video Surveillance Electronic Payment System Logs Enterprise Data Warehouse Before Using a Source, Consider Your Organizations Culture What expectation of privacy do your employees have? What degree of monitoring will your leadership allow? Are you a union shop? Are you a governmental organization? If you find something bad will the C suite act on it? 24
25 E mail Logs E mail Logs 25
26 E mail Logs E mail Automatic Compliance Monitoring 26
27 E mail Automatic Compliance Monitoring E mail Automatic Compliance Monitoring 27
28 E mail Automatic Compliance Monitoring E mail Automatic Compliance Monitoring 28
29 E mail Automatic Compliance Monitoring Instant Message Chat Logs 29
30 Instant Message Chat Logs Internet Logs 30
31 Internet Logs Internet Logs Exported 31
32 Internet Logs Exported and Filtered Network Logs LDAP Example 32
33 Network Logs LDAP Example Consolidated System Monitoring Helps find the needle in the haystack Collects data from various audit sources Normalizes the data Predefined or ad hoc reports alerts 33
34 Direct System Monitoring Placing software on a computer that will record data for analytics on all activity. Agent secretly loaded on target PC Very invasive Records every keystroke and screen shot Allows playback much like a DVR Useful when you have good reason to believe you will find evidence of adverse activities 34
35 Direct System Monitoring QUESTIONS? Brantley Synco, Director, Internal Audit and Compliance, Baptist Health System / [email protected] Jim Donaldson, Director of Compliance/Privacy and Security Officer, Baptist Health Care Corporation / [email protected] 35
INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:
INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software
Topics. Database Essential Concepts. What s s a Good Database System? Using Database Software. Using Database Software. Types of Database Programs
Topics Software V:. Database concepts: records, fields, data types. Relational and objectoriented databases. Computer maintenance and operation: storage health and utilities; back-up strategies; keeping
Thank you for using AD Bulk Export 4!
Thank you for using AD Bulk Export 4! This document contains information to help you get the most out of AD Bulk Export, exporting from Active Directory is now quick and easy. Look here first for answers
Top 10 Oracle SQL Developer Tips and Tricks
Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline
Office of the Registrar. Introduction to PeopleSoft Reporting Tools Query
Office of the Registrar Introduction to PeopleSoft Reporting Tools Query Getting Started In order to run or create queries, you must have the proper security access. In order to obtain this, we require
Relational Databases for the Business Analyst
Relational Databases for the Business Analyst Mark Kurtz Sr. Systems Consulting Quest Software, Inc. [email protected] 2010 Quest Software, Inc. ALL RIGHTS RESERVED Agenda The RDBMS and its role in
Audit TM. The Security Auditing Component of. Out-of-the-Box
Audit TM The Security Auditing Component of Out-of-the-Box This guide is intended to provide a quick reference and tutorial to the principal features of Audit. Please refer to the User Manual for more
Ad Hoc Reporting: Data Export
Ad Hoc Reporting: Data Export Contents Ad Hoc Reporting > Data Export... 1 Export Format Options... 3 HTML list report (IMAGE 1)... 3 XML (IMAGE 2)... 4 Delimited Values (CSV)... 4 Fixed Width (IMAGE 10)...
Secrets of Event Viewer for Active Directory Security Auditing Lepide Software
Secrets of Event Viewer for Active Directory Security Auditing Windows Event Viewer doesn t need any introduction to the IT Administrators. However, some of its hidden secrets, especially those related
User Guide. Trade Finance Global. Reports Centre. October 2015. nordea.com/cm OR tradefinance Name of document 8/8 2015/V1
User Guide Trade Finance Global Reports Centre October 2015 nordea.com/cm OR tradefinance Name of document 2015/V1 8/8 Table of Contents 1 Trade Finance Global (TFG) Reports Centre Overview... 4 1.1 Key
Module 9 Ad Hoc Queries
Module 9 Ad Hoc Queries Objectives Familiarize the User with basic steps necessary to create ad hoc queries using the Data Browser. Topics Ad Hoc Queries Create a Data Browser query Filter data Save a
From Database to your Desktop: How to almost completely automate reports in SAS, with the power of Proc SQL
From Database to your Desktop: How to almost completely automate reports in SAS, with the power of Proc SQL Kirtiraj Mohanty, Department of Mathematics and Statistics, San Diego State University, San Diego,
Data Analytics Leveraging Data Visualization and Automation in Audit Real World Examples
Data Analytics Leveraging Data Visualization and Automation in Audit Real World Examples June 3, 2015 Cliff Stephens, CISA Agenda Introductions Technological Advances in Analytics Capitalizing on Analytics
Using Delphi Data with Excel and Access
$FDGHPLF&RPSXWLQJ &RPSXWHU 7UDLQLQJ 6XSSRUW 6HUYLFHV 1HWZRUNLQJ6HUYLFHV :HEHU%XLOGLQJ Using Delphi Data with Excel and Access Using Delphi Data The raw data used to create the CSU financial, human resource,
2015, André Melancia (Andy.PT) 1
2015, (Andy.PT) 1 "" 1. Requirements For this session you will need a computer with: Windows 7 Professional or higher Office 2007 Professional or higher (Outlook and Access installed) Some of the drivers
Oracle Database 10g Express
Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives
Bulk Downloader. Call Recording: Bulk Downloader
Call Recording: Bulk Downloader Contents Introduction... 3 Getting Started... 3 Configuration... 4 Create New Job... 6 Running Jobs... 7 Job Log... 7 Scheduled Jobs... 8 Recent Runs... 9 Storage Device
HALOGEN. Technical Design Specification. Version 2.0
HALOGEN Technical Design Specification Version 2.0 10th August 2010 1 Document Revision History Date Author Revision Description 27/7/09 D Carter, Mark Widdowson, Stuart Poulton, Lex Comber 1.1 First draft
McAfee Database Activity Monitoring 5.0.0
Product Guide McAfee Database Activity Monitoring 5.0.0 For use with epolicy Orchestrator 4.6.3-5.0.1 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS
INFO 1400. Koffka Khan. Tutorial 6
INFO 1400 Koffka Khan Tutorial 6 Running Case Assignment: Improving Decision Making: Redesigning the Customer Database Dirt Bikes U.S.A. sells primarily through its distributors. It maintains a small customer
INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports
INTRODUCTION TO MICROSOFT ACCESS Tables, Queries, Forms & Reports Introduction...2 Tables...3 Designing a Table...3 Data Types...4 Relationships...8 Saving Object Designs and Saving Data...9 Queries...11
Data Sheet: Work Examiner Professional and Standard
Data Sheet: Work Examiner Professional and Standard Editions Overview One of the main problems in any business is control over the efficiency of employees. Nowadays it is impossible to imagine an organization
GEHC IT Solutions. Centricity Practice Solution. Centricity Analytics 3.0
GEHC IT Solutions Centricity Practice Solution Centricity Analytics 3.0 Benefits of Centricity Analytics Business Intelligence Data Mining Decision-Support Financial Analysis Data Warehousing. No Custom
ElegantJ BI. White Paper. The Enterprise Option Reporting Tools vs. Business Intelligence
ElegantJ BI White Paper The Enterprise Option Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com ELEGANTJ
User Guide. Analytics Desktop Document Number: 09619414
User Guide Analytics Desktop Document Number: 09619414 CONTENTS Guide Overview Description of this guide... ix What s new in this guide...x 1. Getting Started with Analytics Desktop Introduction... 1
Foundations of Business Intelligence: Databases and Information Management
Chapter 5 Foundations of Business Intelligence: Databases and Information Management 5.1 Copyright 2011 Pearson Education, Inc. Student Learning Objectives How does a relational database organize data,
Quick Introduction... 3. System Requirements... 3. Main features... 3. Getting Started... 4. Connecting to Active Directory... 4
Users' Guide Thank you for evaluating and purchasing AD Bulk Users 4! This document contains information to help you get the most out of AD Bulk Users, importing and updating large numbers of Active Directory
Oracle BI Extended Edition (OBIEE) Tips and Techniques: Part 1
Oracle BI Extended Edition (OBIEE) Tips and Techniques: Part 1 From Dan: I have been working with Oracle s BI tools for years. I am quite the Discoverer expert (a free tool now from Oracle Corp OBISE standard
ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets
ElegantJ BI White Paper Considering the Alternatives Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com
NETWRIX EVENT LOG MANAGER
NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment
Foundations of Business Intelligence: Databases and Information Management
Chapter 5 Foundations of Business Intelligence: Databases and Information Management 5.1 See Markers-ORDER-DB Logically Related Tables Relational Approach: Physically Related Tables: The Relationship Screen
<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise
Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Business Intelligence is the #1 Priority the most important technology in 2007 is business intelligence
Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.
Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Copyright 2015 Pearson Education, Inc. Technology in Action Chapter 9 Behind the
Fairsail. Implementer. Fairsail to Active Directory Synchronization. Version 1.0 FS-PS-FSAD-IG-201310--R001.00
Fairsail Implementer Fairsail to Active Directory Synchronization Version 1.0 FS-PS-FSAD-IG-201310--R001.00 Fairsail 2013. All rights reserved. This document contains information proprietary to Fairsail
Human Resources (HR) Query Basics
Human Resources (HR) Query Basics This course will teach you the concepts and procedures involved in finding public queries, creating private queries, and running queries in PeopleSoft 9.1 Query Manager.
SPI Backup via Remote Terminal
FLUOR SPI Backup via Remote Terminal SmartPlant Implementation Team By Mitch Fortey Copyright 2014 Fluor Corporation all rights reserved SPI Back Up via Remote Terminal Data Backup 101 Why do we backup
Toad for Data Analysts, Tips n Tricks
Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers
Important Tips when using Ad Hoc
1 Parkway School District Infinite Campus Ad Hoc Training Manual Important Tips when using Ad Hoc On the Ad Hoc Query Wizard screen when you are searching for fields for your query please make sure to
Chapter 24: Creating Reports and Extracting Data
Chapter 24: Creating Reports and Extracting Data SEER*DMS includes an integrated reporting and extract module to create pre-defined system reports and extracts. Ad hoc listings and extracts can be generated
Using ELM Reports in WhatsUp Gold. This guide provides information about configuring ELM reports in WhatsUp Gold v15.0
Using ELM Reports in WhatsUp Gold This guide provides information about configuring ELM reports in WhatsUp Gold v15.0 Using Event Log Management (ELM) Reports in WhatsUp Gold In This Chapter Event Log
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM
IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.
Standard Visualize and Manage Organizational Information and Structure
OrgPlus TM Standard Visualize and Manage Organizational Information and Structure Organize. Visualize. Strategize. Insperity OrgPlus Standard is the easiest way to create great-looking organizational charts.
Stored Documents and the FileCabinet
Stored Documents and the FileCabinet Introduction The stored document features have been greatly enhanced to allow easier storage and retrieval of a clinic s electronic documents. Individual or multiple
ActiveXperts Network Monitor. White Paper
ActiveXperts Network Monitor Centralized monitoring of Windows, Novell, Linux and Unix servers White Paper 2008, ActiveXperts Software B.V. This document is written by ActiveXperts Software B.V. and represents
Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN
Seamless Web Data Entry for SAS Applications D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT For organizations that need to implement a robust data entry solution, options are somewhat limited
Technology Foundations. Conan C. Albrecht, Ph.D.
Technology Foundations Conan C. Albrecht, Ph.D. Overview 9. Human Analysis Reports 8. Create Reports 6. Import Data 7. Primary Analysis Data Warehouse 5. Transfer Data as CSV, TSV, or XML 1. Extract Data
AD Phonebook 2.2. Installation and configuration. Dovestones Software
AD Phonebook 2.2 Installation and configuration 1 Table of Contents Introduction... 3 AD Self Update... 3 Technical Support... 3 Prerequisites... 3 Installation... 3 Adding a service account and domain
Connect to MySQL or Microsoft SQL Server using R
Connect to MySQL or Microsoft SQL Server using R 1 Introduction Connecting to a MySQL database or Microsoft SQL Server from the R environment can be extremely useful. It allows a research direct access
Manual Password Depot Server 8
Manual Password Depot Server 8 Table of Contents Introduction 4 Installation and running 6 Installation as Windows service or as Windows application... 6 Control Panel... 6 Control Panel 8 Control Panel...
Port and Container Terminal Analytics
Port and Container Terminal Analytics Contents 1. Goals and Tasks... 2 2. Proposed Architecture... 3 3. Functionality... 4 3.1. Reports... 4 3.2. Freight turnover analysis... 5 3.3. Port operations analysis...
Publishing Reports in Tableau
Requesting Tableau System Access... 2 Terms and Definitions... 2 License Levels... 2 User Rights... 2 Permissions... 2 Viewer... 3 Interactor... 3 Editor... 3 Publisher... 3 Project Leader... 4 Custom...
Enterprise Security CPA for IBM MF
Enterprise Security CPA for IBM MF CPA What is it? The CPA (Cross Platform Audit) is a comprehensive log management and critical data monitoring platform for the IBM mainframe. It allows you to collect
Together we can build something great
Together we can build something great Financial Reports, Ad Hoc Reporting and BI Tools Joanna Broszeit and Dawn Stenbol Education Track Boston Room Monday, May 2nd 2:40 pm Reporting Options with NAV ERP
Events Forensic Tools for Microsoft Windows
Events Forensic Tools for Microsoft Windows Professional forensic tools Events Forensic Tools for Windows Easy Events Log Management Events Forensic Tools (EFT) is a fast, easy to use and very effective
Enforcive / Enterprise Security
TM Enforcive / Enterprise Security End to End Security and Compliance Management for the IBM i Enterprise Enforcive / Enterprise Security is the single most comprehensive and easy to use security and compliance
Data Archiving - Solutions, Challenges, Considerations & 3rd Party Tools. Putting Customer First
Data Archiving - Solutions, Challenges, Considerations & 3rd Party Tools Agenda Introduction Case Study Setup Data Archiving Process Limitations/Challenges Alternate Methods of Data Archiving Q&A Introduction
Pro/INTRALINK 10.1. Curriculum Guide
Pro/INTRALINK 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Pro/INTRALINK 10.1 Business Administration of Windchill Pro/INTRALINK 10.1 System Administration of Windchill 10.1 Customization
Active Directory Authentication Integration
Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.
Admin Report Kit for Active Directory
Admin Report Kit for Active Directory Reporting tool for Microsoft Active Directory Enterprise Product Overview Admin Report Kit for Active Directory (ARKAD) is a powerful reporting solution for the Microsoft
FACILITIES INVENTORY MANAGEMENT SYSTEM:
FACILITIES INVENTORY MANAGEMENT SYSTEM: FM:INTERACT USER S GUIDE University of North Texas Office of Facilities Management and Construction P.O. Box 311040 Denton, TX 76203-1040 TEL: (940)565.4974 FAX:
5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2
Class Announcements TIM 50 - Business Information Systems Lecture 15 Database Assignment 2 posted Due Tuesday 5/26 UC Santa Cruz May 19, 2015 Database: Collection of related files containing records on
Prognoz Payment System Data Analysis. Description of the solution
Description of the solution Prognoz, 2015 Content 1. Goals and Tasks. 3 2. Proposed Architecture... 4 3. Functionality... 5 3.1 Payment system operation analysis... 5 3.2 Cash flow monitoring and analysis
Foundations of Business Intelligence: Databases and Information Management
Foundations of Business Intelligence: Databases and Information Management Problem: HP s numerous systems unable to deliver the information needed for a complete picture of business operations, lack of
EZManage SQL Pro. Quick guide for installation and implementation
EZManage SQL Pro Quick guide for installation and implementation The purpose of this document is to guide you through the process of implementing EZManage SQL using SQL Server Databases. EZManage SQL is
XML Export Interface. IPS Light. 2 April 2013. Contact
IPS Light XML Export Interface 2 April 2013 Contact Postal Technology Centre - Universal Postal Union - Weltpoststrasse 4-3000 Bern 15 - Switzerland Phone: +41 31 350 31 11 / Fax: +41 31 352 43 23 Email:
InfiniteInsight 6.5 sp4
End User Documentation Document Version: 1.0 2013-11-19 CUSTOMER InfiniteInsight 6.5 sp4 Toolkit User Guide Table of Contents Table of Contents About this Document 3 Common Steps 4 Selecting a Data Set...
NetWrix File Server Change Reporter. Quick Start Guide
NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...
Advanced BIAR Participant Guide
State & Local Government Solutions Medicaid Information Technology System (MITS) Advanced BIAR Participant Guide October 28, 2010 HP Enterprise Services Suite 100 50 West Town Street Columbus, OH 43215
LearnFromGuru Polish your knowledge
SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities
Novell Identity Manager
Password Management Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 June 05, 2009 www.novell.com Identity Manager 3.6.1 Password Management Guide Legal Notices Novell, Inc. makes no representations
Microsoft Access 2010 Advanced Queries
Microsoft Access 2010 Advanced Queries Email: [email protected] Web Page: http://training.health.ufl.edu Microsoft Access 2010: Advanced Queries 2.0 hours This workshop requires completion of "Access:
UNIVERSE DESIGN BEST PRACTICES. Roxanne Pittman, InfoSol May 8, 2014
UNIVERSE DESIGN BEST PRACTICES Roxanne Pittman, InfoSol May 8, 2014 SEVEN PRINCIPLES OF UNIVERSAL DESIGN BY THE CENTER FOR UNIVERSAL DESIGN (CUD) NORTH CAROLINA STATE UNIVERSITY 1. Equitable use. The design
FileMaker Security Guide The Key to Securing Your Apps
FileMaker Security Guide The Key to Securing Your Apps Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5 Give the Admin Account
Welcome to EMP Monitor (Employee monitoring system):
Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing
EMC Smarts Network Configuration Manager
EMC Smarts Network Configuration Manager Version 9.4.1 Advisors User Guide P/N 302-002-279 REV 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in the USA. Published October, 2015
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
Password Management Guide
www.novell.com/documentation Management Guide Identity Manager 4.0.2 June 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
CONNX and Microsoft.NET
CONNX and Microsoft.NET By Larry McGhaw Director of Product Development CONNX Solutions .NET TECHNOLOGY Microsoft.NET server technology promises to revolutionize how companies create software. Microsoft.NET,
Reporting User Guide. Version Oct 2011 Page 1 of 65
Version Oct 2011 Page 1 of 65 Table of Contents Purpose...3 1. Quick Balances...3 1.1. Quick Balances Setup...3 2. Scheduled Statement Reporting...5 2.1. Scheduled Daily Operating Account Statement...5
Exploring Microsoft Office Access 2007. Chapter 2: Relational Databases and Multi-Table Queries
Exploring Microsoft Office Access 2007 Chapter 2: Relational Databases and Multi-Table Queries 1 Objectives Design data Create tables Understand table relationships Share data with Excel Establish table
How To Load Data Into An Org Database Cloud Service - Multitenant Edition
An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...
Using SAS Enterprise Business Intelligence to Automate a Manual Process: A Case Study Erik S. Larsen, Independent Consultant, Charleston, SC
Using SAS Enterprise Business Intelligence to Automate a Manual Process: A Case Study Erik S. Larsen, Independent Consultant, Charleston, SC Abstract: Often times while on a client site as a SAS consultant,
Stellar Phoenix. SQL Database Repair 6.0. Installation Guide
Stellar Phoenix SQL Database Repair 6.0 Installation Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013
www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,
Netwrix Auditor for SQL Server
Netwrix Auditor for SQL Server Quick-Start Guide Version: 7.1 10/26/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from
MOC 20462 Administering Microsoft SQL Server 2014 Databases
To register or for more information call our office (208) 898-9036 or email [email protected] MOC 20462 Administering Microsoft SQL Server 2014 Databases Class Duration 5 Days Class Overview
1 Email2DB Introduction
1 Email2DB Introduction Email2DB is a message parser and message automation solution. Use it to parse and extract data from email and other messages to integrate with your business data and send autoresponses.
Microsoft SQL Server 2005 Reporting Services Step by Step
Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500
FORMS. Electronic management system of document flows and optimization of organizational processes
FORMS Electronic management system of document flows and optimization of organizational processes What does it do for You? Increases efficiency of working with documents and optimizes organizational processes
Foreword. 1 How to Login to Your Account 2 Activate Key. Remote Support Remote Access. Web Conference 4 Hosted Service. How to Write Filters
Contents 2 Table of Contents Foreword 0 Part I 3... 1 How to Login to Your Account 3... 2 Activate Key 6... 3 Products 7... Remote Support 9... Remote Access 9... Live Chat 9... Web Conference 10... 4
Creating and Using Databases with Microsoft Access
CHAPTER A Creating and Using Databases with Microsoft Access In this chapter, you will Use Access to explore a simple database Design and create a new database Create and use forms Create and use queries
