Full Detailed Article for "Data Profiling Task" is available at :
http://sqlserver-training.com/data-profiling-sql-server-2008-video-tutorials
Follow us at more Updates at
-----------------------------------------
Website : http://sqlserver-training.com/
Twitter : http://twitter.com/dbatag/
Facebook : http://facebook.com/dbatag/
Linked In : http://in.linkedin.com/in/dbatag/
================================
Data Profiling is being supported by SQL Server 2008 for SQL Server data. You use the Data Profiling task to configure the profiles that you want to compute and then run the SSIS package that contains the task. The task creates results in XML format, which you can then review in the Data Profile Viewer.
Data profiling can help you to:
• Analyze and understand your source data better and more efficiently.
• Identify data quality problems before they are moved to the data warehouse
Information that is gathered during profiling may include:
• The percentage of null values.
• The distribution of values in the column.
• Column statistics for numeric columns.
• Regular expressions that match string columns.
• Validity of a relationship between columns.
• Candidate key columns.
• Functional dependencies between columns. For example, the strength of the dependency between the state and zip code fields.
• The inclusion of the set of values in one column in the set of values in another column.
How to Open Data Profile Viewer
To run the Data Profile Viewer, on the Start menu, click in the run box, type dataprofileviewer and then press ENTER.
Visit the following link for more details and SQL Server Tutorials
http://sqlserver-training.com/data-profiling-sql-server-2008-video-tutorials
very good, thank you
vijay2345 7 months ago
thanks, thanks and thanks, nice presentation. i surely learnt something.
ramukotha 11 months ago