Viewing 10 posts - 1 through 10 (of 10 total)
Schemas would work just as well in this example. I opted for the separate databases because it was easier to explain to management in my organization rather than getting...
December 12, 2016 at 11:52 am
In my environment I have many different departments that need to be kept separate from each other, yet share some data elements such as calendars and employee profiles. I...
December 12, 2016 at 6:51 am
tindog (3/22/2016)
March 22, 2016 at 6:51 am
Thanks for the reply. It's a shame stuff can't be more standardized, at least, from the managers perspective of what each level of DBA should know. I...
March 22, 2016 at 6:40 am
I have been toying with the idea of writing my own tool and releasing it as an open source tool, but I am not the most knowledgeable developer or data...
March 22, 2016 at 5:36 am
I call myself an accidental dev because I ended up falling into a business intelligence role mainly through passion and not through any in-depth technical knowledge. Yes, I can...
March 22, 2016 at 5:28 am
The tool was a custom tool that our consultant wrote. It basically is a Windows form application that prompts the user to fill in a bunch of values, and...
March 2, 2016 at 5:42 am
Thanks for the advice everyone! Unfortunately the closest PASS chapter is over 3 hours away from me, so I think I will just practicing delivering demos to my PC...
February 25, 2016 at 7:39 am
I bought an ETL generation tool where I work at and love it. I have to create my tables and columns one by one, but after that, it builds...
February 24, 2016 at 8:34 am
I'd also do four separate fact tables as well, because you have four different business objects. I like to keep each fact table to only one business entity because...
February 24, 2016 at 8:31 am
Viewing 10 posts - 1 through 10 (of 10 total)