Viewing 9 posts - 1 through 9 (of 9 total)
You're welcome, Ron. This is something I've had to do a lot in the healthcare domain. Data points like vital event conditions, e.g. birth / death conditions, etc. are perfect...
November 15, 2017 at 8:55 am
RonKyle,
I see your point about junk dimensions, as that's where one would normally stick lone indicators. But the solution documented here fits the case for code sets on which analysis is desired. Case...
November 15, 2017 at 5:04 am
Hi RonKyle,
This approach creates non-junk dimensions that employ bit columns, each of which represents selected code values in a given code set. This results in a fixed-length, very-rarely-changing dimension (it would only change when new...
November 14, 2017 at 7:57 am
Nehehe,
The technique illustrated in my article is used to create data warehouse dimensions that represent code sets. This scenario isn't a one-size-fits-all solution, but more often than not,...
November 13, 2017 at 7:22 am
I partially concur with your assessment; sometimes cursors/while-loops are unavoidable when a given task cannot be achieved with a set operation. However, in my support of over 800 databases,...
June 1, 2015 at 6:18 am
Yes, there is a small security concern with having it continuously enabled. Optionally, you could enable it before the script and disable it after. Or, you could create...
December 7, 2009 at 6:57 am
I didn’t actually use the For Each Loop container, as I don’t connect to all my SQL Servers using Windows credentials.
But, if you do, here’s how you would use one:
1....
December 7, 2009 at 6:24 am
I see great minds think alike! I actually set out using a pure SSRS solution, but the report generation took too long because I have so many servers, so...
December 7, 2009 at 5:21 am
Viewing 9 posts - 1 through 9 (of 9 total)