Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server Inte... » sqL server 2008
Showing page 1 of 2 (15 total posts)
  • Unit Testing Report within Reporting Services: My Theory

    I have been working with Microsoft SQL Server Reporting Services, since its first release, within many of my projects.  One of the biggest tasks, that I find with writing a report is the testing the reports and making sure the data that is displayed is correct.  My method of developing and testing reports is as follows: Write the ...
    Posted to Steve Wright's Blog (Weblog) by steve.wright on August 27, 2009
  • SSIS: Consuming SOAP web services in SSIS2008 demo updated

    Quick note. Today I updated the demo package that I built for my blog entry Consuming web services in SSIS 2008, published in June 2007 (one of my busiest ever months). The previous package was built on CTP3 of SSIS2008 and hence didn’t work on the final released version. Get the working version off of my Skydrive: -Jamie
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 22, 2008
  • SSIS: Data Profiling Task: Part 9 - Value Inclusion

    In this blog entry I am going to outline the function of the Value Inclusion profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Computes the overlap in the values between two columns or sets of columns. This profile can determine whether a column or set of columns is appropriate to serve ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 7, 2008
  • SSIS: Data Profiling Task: Part 8 - Candidate Key

    In this blog entry I am going to outline the function of the Candidate Key profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports whether a column or set of columns is a key, or an approximate key, for the selected table. This profile also helps you identify problems in your data, ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 4, 2008
  • SSIS: Data Profiling Task: Part 7 - Functional Dependency

    In this blog entry I am going to outline the function of the Functional Dependency profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports the extent to which the values in one column (the dependent column) depend on the values in another column or set of columns (the determinant ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 3, 2008
  • SSIS: Data Profiling Task: Part 6 - Column Value Distribution

    In this blog entry I am going to outline the function of the Column Value Distribution profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports all the distinct values in the selected column and the percentage of rows in the table that each value represents. Can also report values that ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 3, 2008
  • SSIS: Data Profiling Task: Part 5 - Column Statistics

    In this blog entry I am going to outline the function of the Column Statistics profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports statistics, such as minimum, maximum, average, and standard deviation for numeric columns, and minimum and maximum for datetime columns. This profile ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 2, 2008
  • SSIS: Data Profiling Task: Part 4 - Column Pattern

    In this blog entry I am going to outline the function of the Column Pattern profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports a set of regular expressions that cover the specified percentage of values in a string column. This profile helps you identify problems in your ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 2, 2008
  • SSIS: Data Profiling Task: Part 3 - Column Null Ratio

    In this blog entry I am going to outline the function of the Column Null Ratio profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports the percentage of null values in the selected column. This profile helps you identify problems in your data, such as an unexpectedly high ratio ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 2, 2008
  • SSIS: Data Profiling Task: Part 2 - Column Length Distribution

    In this blog entry I am going to outline the function of the Column Length Distribution profile request in the new Data Profiling Task in SQL Server 2008. BOL states about this profile request: Reports all the distinct lengths of string values in the selected column and the percentage of rows in the table that each length represents. This ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 2, 2008
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems