Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Data Profiling with T-SQL

    Nice script Adam, but I found another typo. About line 257, you'll find the following:

    + QUOTENAME(@COLUMN_NAME) + ')

    ,NULL

    ,NLL

    ,NULL

    NLL should be...

  • RE: Unpivoting (?) a data set.

    Thanks for the ideas folks. I re-wrote it to return the normalized data set instead.

  • RE: Unpivoting (?) a data set.

    The fields are the fields in a table. Each table has different fields. This data set represents the count of distinct values per field.

    Therefore, I need a way to...

Viewing 3 posts - 1 through 3 (of 3 total)