Site Map
Click on the arrow icon beside each category to display or hide all items within the chosen category. Summaries of each page may be hidden or shown by clicking the plus icon next each item. Use the Options menu to expand or contract all items, display or hide summaries or sort the table of contents.
Table of Contents
Static Pages
- SAP Data Services
December 12, 2008, 13:16
SAP Business Objects Data Services Overview Data Services is a GUI based ETL tool from SAP Business Objects. It is a client server technology and an…
- DI Architecture
December 15, 2008, 18:05
DI Architecture Mainly i want to discuss about Designer, Engine, Jobserver, and Repository 1. DI Designer is to design your job and save it to a local…
- DI Components
December 15, 2008, 18:08
When we install BODI s/w the follow standard Data Integrator components are going to be installed Data Integrator Designer Data Integrator Engine…
- Creation of Local Repository
January 13, 2009, 18:50
1. To create a DI Oracle local repository, first of all we need to log logon to oracle sys account Connect SYS/SYS AS SYSDBA 2. Now we have to create…
- Configuring Repository with Job Server
January 14, 2009, 16:48
Open the Server Manager Start--> Programs--> BusinessObjects DataIntegrator--> Server Manager Server Manager window will be opened,…
- Repository Creation using Batch script
February 2, 2009, 11:58
We can create repository using batch script, blend the below script in your batch file. This would work like a silent repo creation REPOMANBATCH -U…
- What's new in BODI 11.5 Release
February 2, 2009, 12:24
Here i jotted some points that what i have observed in the BODI XI (11.0, 11.1, 11.5). New Transformations Address_Enhancement Name_Parsing Match_Merge …
- Case Transform
February 6, 2009, 17:19
This transform defines different rows in different manners
- Row_Generation Transform
February 7, 2009, 03:07
Produces a data set with a single column. Values start from zero and increment by one to a specified number of rows.
- SQL Transform
February 9, 2009, 13:30
Performs a specified SQL query operation
- XML_Pipeline Transform
February 9, 2009, 18:15
Note on XML_Pipeline Transform: This deals with XML Sources and process large XML files into smaller pieces. Options: No Options for this transform Rules: …
- Pivot Transform
February 11, 2009, 18:18
Note on Pivot: This creates a new row for every value that you specified as a pivot column. Observe the icon, it says that will convert column to rows.…
- Significance of Overflow option?
February 12, 2009, 16:18
"Overflow" is an option used for error handling. You cannot expect quality(valid) data everytime, sometimes we might get bad rows also, hence an error would…
- Flatfile Lookup
February 12, 2009, 18:19
Performing a lookup on a flatfile isn't a bid deal in DI. Here is the way to go, follow the steps. Here, EMP (Table) is my source and DEPT (Flatfile)…
- Cummulative Measure
February 13, 2009, 13:14
Calculating a cummulative measure is common query in DW, but there is no straight forward way in DI. Either you have to write a custom function or you have to…
- DI Repo Password Encryption
February 18, 2009, 17:44
To encrypt your repo password, follow the steps Start-> Run -> CMD (command prompt) Browse Data Integrator <LINK_DIR>\Bin Directory …
- Loading DI Error, Monitor, Trace files into a table
February 21, 2009, 20:11
Sometimes we need to write error details(like error number, description) into table. Let us say, a job is being executed, an error occured in the middle of…
- Key_Generation Transform
February 23, 2009, 01:18
When creating a dimension table in a data warehouse, we generally create the tables with a system generated key to unqiuely identify a row in the dimension.…
- How to get job execution statistics using repository tables.
February 23, 2009, 03:36
I have written few quries to fetch the status information of jobs Fire these below queries against your repository database -----------------------------…
- What's new in BODI 11.7 Accelerated
February 24, 2009, 03:02
Many points to discuss, but i will write few points that's what I have observed so far.... New Transformations Data_Transfer Data Quality transformations…
- Multiple Datastore Configs - System Configs
April 10, 2009, 22:50
Well, sometimes we need to read data from different sources For this you need to create multiple configurations on single datastore and System configurati…
- ETL Tool Comparison
April 12, 2009, 13:49
When we browse any forum/discussion groups, people used to ask few common questions. Has anyone compared different ETL Tools in the market? Do…
- DI Central Repo vs IBM's Rational ClearCase (Version Controlling)
May 1, 2009, 01:06
Central Repo Version Control Comparision
- List of ETL Tools
May 2, 2009, 05:11
No description found for this item.
- Query Transform
May 4, 2009, 06:26
Query Tranformation
- Reverse Pivot Transform
May 4, 2009, 11:07
Note on Reverse Pivot: This transform converts rows in to columns. It will group the data-set of different rows in to a single row with different columns. Obse…
- Lookups in SAP BODI/DS
January 20, 2011, 06:19
What is a Lookup table? In DW terminology, Lookup is the common practice in ETL operations to get the appropriate value from a lookup table/referenced data…
- How to import atl into repository using al_engine
July 8, 2009, 11:38
Importing atl file into repository using script. RepoServerName= RepoDatabaseName= DatabaseType= RepoUserName= RepoPassword= ATLFile…
- al_engine parameters
March 28, 2009, 05:01
Al_engine
- al_engine parameters
- Migration of Repositories (Export/Import)
April 3, 2009, 18:51
In general, we use to migrate our repo's mainly in three different phases (Devlopment, Testing and Production). Each environment might have different…
- Map_Operation Transform
February 16, 2009, 18:41
Allows conversions between operation codes.
- Date_Generation Transform
February 7, 2009, 02:02
Produces a series of dates incremented as you specify
- Merge Transform
February 6, 2009, 18:08
Combines two or more schemas as a single schema
- How to view more than 1000 records in View data section window
August 11, 2009, 23:38
My source table has 4500 records and I processed same set of data to target table. I was checking the data in 'View data' section of both the soruce and…
- How can I see complete Workflow/Dataflow names in the workspace
August 12, 2009, 00:07
Sometimes we cannot avoid longish names for DI WF/DF objects because we need to follow naming conventions. I can't read the whole name in the workspace…
- Toolbar doesn't allow docking
August 16, 2009, 20:04
Oneday, I was changing my DI designer appearance (moving standard toolbar from oneplace to another, project explorer window etc.,) somehow I got an error, I…
- Naming Conventions
August 23, 2009, 20:23
When designing an ETL code using Data Integrator/Data Services its always a good idea to follow some sort of naming conventions. The following are some…
- DI Architecture
- DataBase
January 15, 2009, 13:16
A database is a structured collection of records or data that is stored in a computer system. The structure is achieved by organizing the data according to a…
- Codd's 12 Rules
January 15, 2009, 13:05
Codd's 12 rules are a set of thirteen rules (numbered zero to twelve) proposed by Edgar F. Codd, a pioneer of the relational model for databases,…
- Types of Databases
January 15, 2009, 18:05
These days when we talk about databases in the wild, we are mostly talking about two types of databases Analytic Database Operational Database Analytic…
- Conceptual Model
January 17, 2009, 18:19
The conceptual model is concerned with the real world view and understanding of data. It typically includes only significant entities which have business…
- Normalization
January 21, 2009, 16:34
Normalization is the process of efficiently organizing data in the database. Normalized data must be in "relational" data structure. Why "Normalize"…
- SQL Constraints
November 26, 2008, 04:44
1bb4e641-5c29-46e1-9302-d1032e9caad5 Constraints are used to limit the type of data that can go into a table. Constraints can be specified when a table…
- SQL NOT NULL Constraint
November 26, 2008, 04:53
1bb4e641-5c29-46e1-9302-d1032e9caad5 The NOT NULL constraint enforces a column to NOT accept NULL values. The NOT NULL constraint enforces a field to…
- SQL Unique Constraint
November 26, 2008, 05:35
SQL UNIQUE Constraint The UNIQUE constraint uniquely identifies each record in a database table. The UNIQUE and PRIMARY KEY constraints both provide a…
- SQL Primary Key Constraint
November 26, 2008, 06:16
SQL PRIMARY KEY Constraint The PRIMARY KEY constraint uniquely identifies each record in a database table. Primary keys must contain unique values. A…
- SQL Foreign Key Constraints
November 26, 2008, 06:20
SQL FOREIGN KEY Constraint A FOREIGN KEY in one table points to a PRIMARY KEY in another table. Let's illustrate the foreign key with an example. Look at…
- SQL Check Constraint
November 26, 2008, 06:23
SQL CHECK Constraint The CHECK constraint is used to limit the value range that can be placed in a column. If you define a CHECK constraint on a single…
- SQL Default Constraint
November 26, 2008, 06:26
SQL DEFAULT Constraint The DEFAULT constraint is used to insert a default value into a column. The default value will be added to all new records, if no…
- SQL NOT NULL Constraint
- What is RDBMS?
February 2, 2009, 16:52
RDBMS stands for Relational Database Management System. RDBMS data is structured in database tables, fields and records. Each RDBMS table consists of database…
- ASCII Table
March 21, 2009, 04:35
ASCII / American Standard Code for Information Interchange ASCII is the standard code used for information interchange and communication between data…
- Codd's 12 Rules
- Data Warehousing
December 15, 2008, 17:42
Overview A Data Warehouse has been used to refer to a database that contains very large stores of historical data. The data is stored as a series of…
- Enterprise Data Model
December 15, 2008, 17:53
An Enterprise Data Model (EDM) represents a single integrated definition of data, unbiased of any system or application. It is independent of "how" the…
- Fundamental Stages of DWH
December 15, 2008, 23:20
Offline Operational Databases In this initial stage, simply copying the database of an operational system to an off-line sever where the processing load of…
- Operational Data Store(ODS)
December 15, 2008, 23:28
Operational Data Store A database structure that is a repository for a near real-time data rather than long term data. The ODS may further become the…
- Different methods of loading data
December 15, 2008, 23:47
There are two different ways to load data in dimension tables. Conventional Load (Slow) Direct Load (Fast) Conventional Load (Slow) All the…
- Data Mart
December 16, 2008, 00:09
Data Mart It is a subset of data warehouse and it supports a particular region, business unit like Sales, Marketing, HR, Finance. DW's and DM's are…
- Repository
December 16, 2008, 12:10
Repository A repository combines multiple data sources into one normalized database. The records in a repository are updated frequently. Data is operationa…
- Data Warehouse Life Cycle
December 16, 2008, 13:23
Phase I Project Plan and Scope of the Project There are three parameters to be consider Scope Time Resource Scope What you would…
- OLTP, OLAP
December 16, 2008, 20:27
OLTP (On-Line Transaction Processing) This system is an application that modifies data the instance it receives and has a large number of concurrent…
- ETL
December 16, 2008, 21:12
ETL (Extraction, Transform and Load) ETL is software that enables business to consolidate their disparate data while moving it from place to place, and it…
- Data Warehouse vs Data Mart
December 17, 2008, 00:34
Data Warehouse DWH focuses on enterprise data across many subject areas It stores large volume of data and maintains historical information. A…
- ELT (Extract, Load and Transform)
December 18, 2008, 13:12
ELT (Extract, Load and Transform)
- Data Integration
January 17, 2009, 19:00
Data Integration Pulling together & reconciling dispersed data for analytic purpose that organizations have maintained in multiple hetrogenous systems. D…
- Operational Vs Historical
January 19, 2009, 16:56
Operational systems are designed to support Transaction Processing whereas Data Warehouse systems are designe to support Online analytical Processing …
- Metadata
January 19, 2009, 18:35
It is nothing but "Data about data", any data maintained to support the operation or use of data warehouse. It describes how and when by whom a particular…
- Logical versus Physical Design
January 21, 2009, 12:53
After all business requirements have been gathered for a proposed database, they must be modeled. Basically, data modeling act like a bridge between…
- Referential Constraints
January 27, 2009, 15:16
In the context of relational databases, a foriegn key is a referential constraint between two tables. The foriegn key identifies a column or a set of…
- HIPAA - Health Insurance Portability and Accountabilty Act
April 1, 2009, 00:17
HIPAA - Health Insurance Portability and Accountabilty Act
- Data Mining
February 3, 2009, 17:56
It is the process of analyzing data from different perspectives and summarizing it into useful information.
- SCD - Slowly Changing Dimensions
July 28, 2009, 18:07
Implementing SCD’s is common concern in Data Warehouse design. Let me brief about different types of SCD’s first then we can step in to SCD’s design. Dim…
- Data Warehouse in the Insurance Industury
July 28, 2009, 18:11
Data Warehousing in the Insurance Industry, A Strategic Advantage: Designing High-Performance DSS Databases One of the biggest challenges in building…
- Summary Tables
October 20, 2009, 01:52
Summary Tables A common technique used in data warehouse is prior computation and store results of some frequent SQl's. This is useful when the queries are…
- Normalization Vs Denormalization
November 29, 2008, 04:03
27ad2ec5-117c-4ba7-a05a-f35bfd2df0ff When most of us design our databases we tend to think of them as related (and un-related) tables that contain data. It is…
- AVG
November 29, 2008, 04:53
The AVG() Function The AVG() function returns the average value of a numeric column. SQL AVG() Syntax SELECT AVG(column_name) FROM table_name …
- COUNT
November 29, 2008, 04:55
The COUNT() function returns the number of rows that matches a specified criteria. SQL COUNT(column_name) Syntax The COUNT(column_name) function returns…
- MAX
November 29, 2008, 04:57
The MAX() Function The MAX() function returns the largest value of the selected column. SQL MAX() Syntax SELECT MAX(column_name) FROM table_name …
- MIN
November 29, 2008, 04:58
The MIN() Function The MIN() function returns the smallest value of the selected column. SQL MIN() Syntax SELECT MIN(column_name) FROM table_name …
- SUM
November 29, 2008, 04:59
The SUM() Function The SUM() function returns the total sum of a numeric column. SQL SUM() Syntax SELECT SUM(column_name) FROM table_name …
- STDDEV
November 29, 2009, 05:06
Returns the sample standard deviation of an expression STDDEV( <expression>) OVER (<analytic_clause>) conn oe/oe col stddev format…
- VARIANCE
November 29, 2009, 05:08
VARIANCE Returns the variance of an expression VARIANCE( <value>) OVER (<analytic_clause>) conn oe/oe SELECT last_name, salary, VARIANC…
- Late Arrivals
November 29, 2010, 05:54
Ralph Kimbal's explaination about late arrivals http://www.rkimball.com/html/designtipsPDF/KimballDT57EarlyArriving.pdf What do you do when you receive…
- Cube
June 27, 2011, 04:25
A cube is mainly used for multi-dimensional analysis. The below questions can be answered if we have collected considerable amount of data What…
- Measure and Facts
June 27, 2011, 05:35
A fact table in data warehousing contains measures, metrics of a business and dimensional surrogate keys surrounded by dimension tables in a Star/Snow-flake…
- Star Schema
December 19, 2011, 00:20
Star Schema In Star schema , dimensional data (describing how data is commonly aggregated) is separated from Fact or event data (describing individual…
- Snowflak Schema
December 19, 2011, 00:53
Snowflake Schema Extension of Star Schema where the Dimension Tables are normalized. E.g. The dimension table Product has manufacturing plant , location of…
- Enterprise Data Model
- Links
March 26, 2009, 02:47
You can find useful websites links here Data Integrator Forums BusinessObjects Board ITToolbox DI Tips n Tricks (Werner's Wiki) DS SAP Training…
- About Me
January 30, 2009, 00:23
Welcome !!! Hey folks, Welcome to my blog (A tiny technical reference). I'm an ETL Consultant, hails from Southern Part of India. I'm an enthusiastic and…
- Google Search
March 22, 2011, 02:06
google.load("elements", "1", {packages: "transliteration"});
- Site Map
December 18, 2011, 23:43
This page contains the site table of contents. Use it to quickly find content on this website.
Blog Posts
- Category: BI News (26)
- Trends in Clouds for Business Intelligence by: Sudheer Sharma
August 2, 2011, 23:15
Dear Sudheer, It's still the early days for BI and DW in the cloud, but a number of interesting trends have arisen. What are these trends and how will they…
- Hadoop: When Will The Inevitable Backlash Begin? by: Sudheer Sharma
June 14, 2011, 23:16
Hadoop: When Will The Inevitable Backlash Begin?.
- Better Together: BI and DW e-Book by: Sudheer Sharma
June 13, 2011, 20:08
Better Together: BI and DW e-book Courtesy: Information Management
- Enterprise IM Moderators by: Sudheer Sharma
June 12, 2011, 21:48
http://wiki.sdn.sap.com/wiki/display/Community/Enterprise+Information+Management+Moderators
- Interview of Werner Daehn, BusinessObjects Wiki Master by: Sudheer Sharma
June 12, 2011, 21:44
Today morning I was browsing about some information on SAP portal, I found one interested topic/interview. Wish I could be regular article editor/moderator of…
- Self-Service BI: New Tools, Techniques, and Technologies by: Sudheer Sharma
June 11, 2011, 00:40
Hi Folks, here is the another piece of information that I would like to share with you all... Hi Sudheer, As the velocity of business increases,…
- Practical Fundamentals for Master Data Management by: Sudheer Sharma
June 8, 2011, 23:17
Register in Information Management and download the white paper on Practical Fundamentals for MDM Courtesy: Information Management
- Coming Attractions: Cloud, Federation, Real-Time, Services, DW & Reporting by: Sudheer Sharma
June 2, 2011, 21:11
Hi Sudheer, We'll cover a wide range of topics over the next several weeks on DM Radio. Let me know if you have any questions for our guests: 06/02/11 …
- Data Quality Icon - Transforming Data into Corporate Assets by: Sudheer Sharma
June 2, 2011, 21:07
Transforming Data into Corporate Assets …
- TDWI - World Conferences by: Sudheer Sharma
June 2, 2011, 21:05
More Info · Registration · Agenda · Exhibitors · Core Topics · Featured Topics In-Depth Courses…
- TDWI Onsite Education by: Sudheer Sharma
April 13, 2011, 04:24
Analytics and Performance Management Get the training you need with TDWI Onsite Education. Is your business driven by…
- SAP BO Business Intelligence Tools by: Sudheer Sharma
March 16, 2011, 04:54
SAP BO Business Intelligence offers numerous tools for Data Integration, Data Quality, Reporting & Analysis. Some of these tools are: SAP BO Data…
- Feed Burner Email Subscription by: Sudheer Sharma
March 15, 2011, 02:18
Enter your email address:Delivered by FeedBurner
- Best Practices for Gathering Requirements by: Sudheer Sharma
November 29, 2010, 01:18
Here are a few upcoming events that might be of interest: Top 25 Info Managers -- Learn from experienced practitioners about today's info management…
- The Cornerstone of Data Governance by: Sudheer Sharma
November 23, 2010, 04:14
Organizations are increasingly realizing the power of clean data, and the dangers of dirty data. The question remains: How can you secure a strategic view…
- TDWI Chapters: India by: Sudheer Sharma
November 10, 2010, 22:47
The purpose of the India Chapter of The Data Warehousing Institute (TDWI) is to enable local BI/DW professionals to: Meet regularly with each other on a…
- Silicon Valley TDWI Chapters by: Sudheer Sharma
November 10, 2010, 22:44
TDWI Chapters: Silicon Valley The purpose of the Silicon Valley Chapter of The Data Warehousing Institute (TDWI) is to enable local BI/DW professionals…
- Cloud Computing Conference by: Sudheer Sharma
November 9, 2010, 22:51
39dbef62-0143-435a-b245-dafa74b93937Dear Sudheer Sharma , We hope you are enjoying your membership and would like to introduce even more value. You are…
- Business Architecture Summit 2010 by: Sudheer Sharma
October 6, 2010, 01:33
click here for more information Courtesy: Information Management
- Vishal Sikka Invites You to SAP TechEd 2010 by: Sudheer Sharma
October 6, 2010, 01:26
Vishal Sikka Invites You to SAP TechEd 2010.
- 2010 Talend Roadshow on Data Integration & MDM by: Sudheer Sharma
September 24, 2010, 00:20
f4636bdb-e599-46b4-8ca1-5628f1b502d5 Talend Data Integration Solutions Development features Change Data Capture, Wizards, Data Preview, Joblets,…
- MDM & Data Governance Summit @ New York, Oct 3-5 2010 by: Sudheer Sharma
September 22, 2010, 00:36
Check out here
- TDWI Orlando World Conference by: Sudheer Sharma
September 22, 2010, 00:28
TDWI World Conference in Orlando, FL would cover the following courses in BI Emerging Technologies BI Essentials Business Analytics Developing the…
- IBM to Acquire Netezza for .7 billion by: Sudheer Sharma
September 21, 2010, 00:40
http://www.information-management.com/news/-10018759-1.html?ET=informationmgmt:e1727:2230101a:&st=email&utm_source=editorial&utm_medium=email&ut…
- Spread Mart Webinar -Rick Sherman by: Sudheer Sharma
June 24, 2010, 17:00
http://datadoghouse.typepad.com/data_doghouse/
- Ralph Kimball University Classes in Dec’09 by: Sudheer Sharma
November 15, 2009, 17:24
Kimball Group is conducting classes on Data Warehouse Life Cycle in Depth in this coming December,09. DWLD workshop will starts from 1st dec to 4th dec at San…
- Trends in Clouds for Business Intelligence by: Sudheer Sharma
- Category: BI (2)
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
December 18, 2011, 23:09
Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence. Download White Paper Oracle Database 11g is a comprehensive database…
- SAP Business Objects BI On Demand by: Sudheer Sharma
January 24, 2011, 06:03
http://blog.technologyevaluation.com/blog/2010/02/25/sap-businessobjects-bi-now-on-demand/ http://www.ondemand.com/businessintelligence/features/ Courtesy…
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
- Category: Data Integration (3)
- CDM - Canonical Data Model by: Sudheer Sharma
February 4, 2011, 00:54
Useful websites to understand CDM http://www.information-management.com/issues/2007_50/10001733-1.html http://soa-eda.blogspot.com/2007/04/how-to-mediate-se…
- Beyond ETL and DW -Rick Sherman by: Sudheer Sharma
June 20, 2010, 16:45
Rick sherman's Beyond ETL and Data Warehousing article on Information Management and his blog post on Data Fedaration
- Data Integration Olympics: Informatica versus IBM, SAP, Microsoft and Oracle by: Sudheer Sharma
April 12, 2009, 04:26
Really an excellent article, must read this http://it.toolbox.com/blogs/infosphere/data-integration-olympics-informatica-versus-ibm-sap-microsoft-and-oracle-…
- CDM - Canonical Data Model by: Sudheer Sharma
- Category: Technology (2)
- Wolfram Alpha Computational Search Engine by: Sudheer Sharma
July 4, 2009, 05:21
Wolfram|Alpha is a computational engine, it provides answers in a formal knowledge to user questions. The product will contain data in various fields like…
- Microsoft Bing....A Live Search Engine by: Sudheer Sharma
June 24, 2009, 15:32
Microsoft's Bing a live search engine formerly known as MicroSoft Live Search (Kumo). Everyone is curious to know about Why Bing is different than Google or…
- Wolfram Alpha Computational Search Engine by: Sudheer Sharma
- Category: MacBook Pro (2)
- New Mac Book by: Sudheer Sharma
July 16, 2009, 15:09
At WWDC 2009, the new laptop comes with better battery, on a single charge it lasts upto 7hrs now you can be re-charged upto 1000 times, compared with…
- MacBook Tips by: Sudheer Sharma
June 24, 2009, 18:18
If you use the Apple MacBook, then I take you to this wonderful archive of Apple Pro Tips. I have been reading several of these simple tips which are…
- New Mac Book by: Sudheer Sharma
- Category: TDWI (9)
- Self-Service BI: New Tools, Techniques, and Technologies by: Sudheer Sharma
June 11, 2011, 00:40
Hi Folks, here is the another piece of information that I would like to share with you all... Hi Sudheer, As the velocity of business increases,…
- TDWI - World Conferences by: Sudheer Sharma
June 2, 2011, 21:05
More Info · Registration · Agenda · Exhibitors · Core Topics · Featured Topics In-Depth Courses…
- TDWI Onsite Education by: Sudheer Sharma
April 13, 2011, 04:24
Analytics and Performance Management Get the training you need with TDWI Onsite Education. Is your business driven by…
- TDWI Chapters: India by: Sudheer Sharma
November 10, 2010, 22:47
The purpose of the India Chapter of The Data Warehousing Institute (TDWI) is to enable local BI/DW professionals to: Meet regularly with each other on a…
- Silicon Valley TDWI Chapters by: Sudheer Sharma
November 10, 2010, 22:44
TDWI Chapters: Silicon Valley The purpose of the Silicon Valley Chapter of The Data Warehousing Institute (TDWI) is to enable local BI/DW professionals…
- TDWI Orlando World Conference by: Sudheer Sharma
September 22, 2010, 00:28
TDWI World Conference in Orlando, FL would cover the following courses in BI Emerging Technologies BI Essentials Business Analytics Developing the…
- TDWI Wayne's discussion summary by: Sudheer Sharma
November 30, 2009, 17:10
Here is the linkedin link for Wayne's summary about reassigned the BI/DW team to general development group. http://www.linkedin.com/e/ava/10392780/45685/EML_an…
- TDWI News by: Sudheer Sharma
November 30, 2009, 16:22
Frank Buytendijk is giving a presentation on Dealing with Dilemmas at Las Vegas this coming Feb '2010. Check out the link to know more information about the…
- TDWI Summit for MDM, DQ and DG by: Sudheer Sharma
November 18, 2009, 17:12
TDWI is hosting an event in coming March8-10, 2010. World famous leaders and vendors will share their thoughts and their past experiences about how to use…
- Self-Service BI: New Tools, Techniques, and Technologies by: Sudheer Sharma
- Category: MDM/DQ (7)
- Practical Fundamentals for Master Data Management by: Sudheer Sharma
June 8, 2011, 23:17
Register in Information Management and download the white paper on Practical Fundamentals for MDM Courtesy: Information Management
- Talend Webinar Series on MDM by: Sudheer Sharma
June 8, 2011, 22:51
Getting started with MDM in 3 steps Web Seminar…
- Data Stewardship by: Sudheer Sharma
May 10, 2011, 00:15
The people who manage data processes are, in the current data warehouse vernacular, called data stewards. A plain, nonspecialized steward is defined in…
- Improving DataQuality by Intgrating SAP Netweaver MDM & SAP BO Data Services - Webinar by: Sudheer Sharma
December 12, 2010, 21:10
http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/d070dbd4-115c-2d10-c79c-a413c266b3eb&overridelayout=true Courtesy: SAP
- MDM & Data Governance Summit @ New York, Oct 3-5 2010 by: Sudheer Sharma
September 22, 2010, 00:36
Check out here
- MDM by: Sudheer Sharma
December 21, 2009, 01:11
Reference & Master Data Management
- First SAP MDM implementation using BusinessObjects XI- DI/DQ services by: Sudheer Sharma
December 7, 2009, 01:45
First SAP MDM implementation using BusinessObjects XI- DI/DQ services has gone live.....
- Practical Fundamentals for Master Data Management by: Sudheer Sharma
- Category: Tip of the day (3)
- Tip of the day - Pushdown_sql() by: Sudheer Sharma
May 14, 2010, 13:31
Hi All, While debugging dataflows in DI, some times we want to limit the soruce dataset with rownum <100. The best way to use rownum in Data Integrator…
- Tip of the day - Importance of Annotations by: Sudheer Sharma
May 11, 2010, 01:25
Whenever you use any of these options like Auto-Correct Load, API Bulk Load, Triggers, pre-load/post-load commands on target table, its always recommended to…
- Tip of the day - Compact Repostiory by: Sudheer Sharma
May 7, 2010, 13:20
Hi Frenz, Today morning when I was talking to one of my colleague, he questioned me "Sudheer - What's today's BODI tip?" and at the spur of the moment an…
- Tip of the day - Pushdown_sql() by: Sudheer Sharma
- Category: Misc (4)
- Feed Burner Email Subscription by: Sudheer Sharma
March 15, 2011, 02:18
Enter your email address:Delivered by FeedBurner
- 2010 dwhnotes.com site visitor stats by: Sudheer Sharma
December 30, 2010, 03:17
Monthly history Jan 2010 Feb 2010 Mar 2010 Apr 2010 May 2010 Jun 2010 Jul 2010 Aug …
- Hurray….Online Chat sessions are available on dwhnotes.com by: Sudheer Sharma
December 29, 2010, 00:21
Folks, Wow, we hit a new gear today, now Online chat sessions are available on http://www.dwhnotes.com at the right side corner of the page. Here any one can…
- 2009 dwhnotes.com site visitor stats by: Sudheer Sharma
December 31, 2009, 04:00
Monthly history Jan 2009 Feb 2009 Mar 2009 Apr 2009 May 2009 Jun 2009 Jul 2009 Aug …
- Feed Burner Email Subscription by: Sudheer Sharma
- Category: ETL (5)
Extract, Transform & Load
- Demo of SAP Business Objects Data Services (BODI) by: Sudheer Sharma
January 24, 2011, 04:57
SAP BusinessObjects Data Integrator (BODI) is a complex ETL tool which provides rich set of options in data manipulation, data transformation, cleansing and…
- Demo of SAP BusinessObjects Data Services and SAP NetWeaver BW by: Sudheer Sharma
January 24, 2011, 04:54
Demo of SAP BusinessObjects Data Services and SAP NetWeaver BW Courtesy: davidcollinsdixon
- SSIS Basics by: Sudheer Sharma
January 24, 2011, 04:25
No description found for this item.
- Improving DataQuality by Intgrating SAP Netweaver MDM & SAP BO Data Services - Webinar by: Sudheer Sharma
December 12, 2010, 21:10
http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/d070dbd4-115c-2d10-c79c-a413c266b3eb&overridelayout=true Courtesy: SAP
- ETL Revision History and its importance by: Sudheer Sharma
May 5, 2010, 03:47
Well, I'm an ETL consultant and I mostly work at clients place for short / long term assignments. As soon as I get the assignment with the proper environment…
- Demo of SAP Business Objects Data Services (BODI) by: Sudheer Sharma
- Category: Data Mining (1)
- Segmentation Analysis by: Sudheer Sharma
September 23, 2010, 15:35
Segmentation is a known analysis approach/technique in Data Mining to identify trends in the market. It is used to create a profile of target market. De…
- Segmentation Analysis by: Sudheer Sharma
- Category: Webinars (6)
- Talend Webinar Series on MDM by: Sudheer Sharma
June 8, 2011, 22:51
Getting started with MDM in 3 steps Web Seminar…
- Web Seminar - Trust and Verify – How Data Quality Can Foster IT-Business Alignment by: Sudheer Sharma
June 2, 2011, 21:16
Having trouble viewing this email? View as webpage. To ensure receipt of CM-Information Management emails, please add…
- Coming Attractions: Cloud, Federation, Real-Time, Services, DW & Reporting by: Sudheer Sharma
June 2, 2011, 21:11
Hi Sudheer, We'll cover a wide range of topics over the next several weeks on DM Radio. Let me know if you have any questions for our guests: 06/02/11 …
- Data Quality Icon - Transforming Data into Corporate Assets by: Sudheer Sharma
June 2, 2011, 21:07
Transforming Data into Corporate Assets …
- Improving DataQuality by Intgrating SAP Netweaver MDM & SAP BO Data Services - Webinar by: Sudheer Sharma
December 12, 2010, 21:10
http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/d070dbd4-115c-2d10-c79c-a413c266b3eb&overridelayout=true Courtesy: SAP
- Execution Failure Recovery by: Sudheer Sharma
November 9, 2010, 22:55
Execution Failure Recovery Join us for a Tutorial on November 16th, 2010 Register Now Space is limited! Reserve your webinar seat now at: https://www2.got…
- Talend Webinar Series on MDM by: Sudheer Sharma
- Category: Data Warehousing (18)
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
December 18, 2011, 23:09
Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence. Download White Paper Oracle Database 11g is a comprehensive database…
- How to Calculate Data Warehouse Relaibility by: Sudheer Sharma
March 16, 2011, 06:37
Excellent article written by Ashok Nayak on how to calculate the DW reliability https://secure.information-management.com/infodirect/2009_138/extract_transfo…
- CDM - Canonical Data Model by: Sudheer Sharma
February 4, 2011, 00:54
Useful websites to understand CDM http://www.information-management.com/issues/2007_50/10001733-1.html http://soa-eda.blogspot.com/2007/04/how-to-mediate-se…
- Bottom Up Approach by: Sudheer Sharma
December 5, 2010, 23:06
Bottom-Up Approach The advantages of this approach are: Faster and easier implementation of manageable piece Favorable return on investment and proof…
- Top Down Approach by: Sudheer Sharma
December 5, 2010, 23:02
Top-Down Approach The advantages of this approach are: A truly corporate effort, an enterprise view of data Inherently architected—not a union of…
- Cleaning by: Sudheer Sharma
November 30, 2010, 04:43
Although this step is where the most transformations are needed, usually, we`ll mostly use the ETL tool features. During this step, data cleaning, data quality…
- Dimension Tables by: Sudheer Sharma
November 30, 2010, 04:23
Dimension Tables Dimension tables are used to describe, filter and aggregate the data that is collected for a specific activity or event. Practically they can…
- Degenerate Dimensions by: Sudheer Sharma
November 30, 2010, 04:15
We sometimes want to store identifiers coming from source systems transaction tables in the data warehouse, for purposes of grouping rows, tracking where the…
- Sub-Dimensions by: Sudheer Sharma
November 30, 2010, 04:14
A subdimension is a secondary dimension table linked to a dimension table. Although we try to have all the related attributes of a dimension in a single table,…
- Fact Tables by: Sudheer Sharma
November 30, 2010, 04:12
Fact Tables Fact tables store the measurements of the processes/activities/work flows/events of the system we are trying to model. There is one row in the…
- Accumulating Snapshots by: Sudheer Sharma
November 30, 2010, 04:11
These fact tables represent the complete life of an activity or process, that has a definite beginning and end. They have multiple date dimensions (roles) to…
- Periodic Snapshots by: Sudheer Sharma
November 30, 2010, 04:10
When we need to track the values of some measurements at regular, predictable time intervals, we can use periodic snapshots. Instead of having a row for each…
- Factless Fact Tables by: Sudheer Sharma
November 30, 2010, 04:09
These tables have no facts. They are used to represent event tracking and coverage. Those that are used for events, relate different dimensions values at a…
- Transactional Fact Tables by: Sudheer Sharma
November 30, 2010, 04:08
These fact tables represent events that occurred at a specific point in time and space. They let us analyze data in extreme detail. Rows in these tables are…
- Dimensional Roles by: Sudheer Sharma
November 30, 2010, 04:06
Sometimes a dimension is linked with a fact table multiple times. Each of these is called a dimension role. Although the dimension is stored as one physical…
- Surrogate Keys by: Sudheer Sharma
November 30, 2010, 03:57
Surrogate keys are used to join fact tables to dimensions. Surrogate keys isolate the data warehouse from changes to the operational systems, help in integratin…
- Data Modeling by: Sudheer Sharma
November 30, 2009, 04:38
Data modeling is the process of designing and validating a database that will be used to meet a business challenge. Data modelers use terms and symbols to…
- Real Time DW by: Sudheer Sharma
November 30, 2008, 00:38
What I mean with real time DW here is: when the source system is updated, within few seconds that change is reflected in the DW. Generally speaking there are…
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
- Category: SQL Server (1)
- What is "SQL Server Denali" ??? by: Sudheer Sharma
January 20, 2011, 22:44
I have been hearing this "Denali" very frequently. I do not know "What the heck does this Denali means?" Wow.. finally I got it... its a code name for SQL…
- What is "SQL Server Denali" ??? by: Sudheer Sharma
- Category: White Papers (2)
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
December 18, 2011, 23:09
Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence. Download White Paper Oracle Database 11g is a comprehensive database…
- Download the white paper on SAP Business Objects Edge by: Sudheer Sharma
June 8, 2011, 23:15
http://www.information-management.com/white_papers/-10019934-1.html?ET=informationmgmt:e2245:2230101a:&st=email&utm_source=editorial&utm_medium=emai…
- Oracle Database 11g Release 2 for Data Warehousing and Business Intelligence by: Sudheer Sharma
- Category: SAP Business Objects (2)
- IBM Solutions for SAP In-Memory Appliance (SAP HANA) by: Sudheer Sharma
June 13, 2011, 19:40
IBM Solutions for SAP In-Memory Appliance (SAP HANA) Courtesy: IBMSAPAlliance Youtube Videos
- Download the white paper on SAP Business Objects Edge by: Sudheer Sharma
June 8, 2011, 23:15
http://www.information-management.com/white_papers/-10019934-1.html?ET=informationmgmt:e2245:2230101a:&st=email&utm_source=editorial&utm_medium=emai…
- IBM Solutions for SAP In-Memory Appliance (SAP HANA) by: Sudheer Sharma
Generated by Table of Contents Creator v1.6.4.1
by Mark Beljaars
