From the course: Implementing a Data Warehouse with Microsoft SQL Server 2012

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Exploring source data

Exploring source data - SQL Server Tutorial

From the course: Implementing a Data Warehouse with Microsoft SQL Server 2012

Start my 1-month free trial

Exploring source data

In this section, I'd like to talk about exploring a data source. When we have a new data source, we need to integrate into our ETL solution. There is some questions we'll have about that data. What data types are being used? How often is a column null? How often has a column has a very small value or a very large value? SQL server integration services have some tools that can help us explore the data and answer these types of questions. So I'm going to open SQL server data tools and create a new project it would be an integration services project. I will take the default name and default location In the tool box you'll see a data profiling task, that's what I'm interested in. I'll drag that onto the screen. And by double-clicking on it, I'll get some options on configuring it. I'd like to look at the profile request section. First thing I'd like to look at is a column list distribution request, so this will tell me for a particular column of data; how often we have large value, how…

Contents