Viewing 15 posts - 1,771 through 1,785 (of 6,038 total)
What you've just described sounds like a classic example of an Accumulating Snapshot fact table as described by Kimball. This would be a fact table modeling a multi-step process having...
February 1, 2017 at 6:04 am
I found that someone had deleted few random entry from msdb..resorehistory table. Is there...
January 31, 2017 at 2:05 pm
I'm not sure if this would apply to your specific scenario, but the application can switch out the database name in the connection string.
January 31, 2017 at 1:30 pm
January 31, 2017 at 7:55 am
January 31, 2017 at 7:38 am
January 30, 2017 at 1:43 pm
So, it looks like perhaps v.Next just a re-branding of the Community Technology Preview (CTP) program?
January 30, 2017 at 10:59 am
I'd rather work in an organization where the DBA is expected to be a part time developer than I would work with developers who are part time database administrators.
January 30, 2017 at 10:46 am
Windows itself doesn't really need that 150 GB, does it?
The data space previously allocated by the dropped index will simply be re-allocated as the remaining tables and indexes grow...
January 30, 2017 at 10:40 am
For a performance reasons, if you're going to code a query with multiple conditional predicated in the WHERE clause, then understand it probably would not be 'sargable', so make the...
January 27, 2017 at 8:32 pm
Your background sounds typical of most BI professionals. Don't forget to read Kimball's data warehouse toolkit book, and also try to focus less on database administration and more on ETL...
January 27, 2017 at 8:22 pm
My periods of unemployment have been brief and far between, but what it has taught me is the following:
- If you're not interviewing, eating, or sleeping, then you...
January 27, 2017 at 1:57 pm
Assuming you're using a version control system, a visual difference comparison across commits helps tremendously. Also, it helps when each commit has a descriptive comment, because (at least in TFS...
January 27, 2017 at 12:46 pm
Thanks for the info!
The idea of having a snapshot table, or possibly even just a...
January 27, 2017 at 8:59 am
I've dealt with BigInt identifiers a lot when I worked in the healthcare industry, and I've seen Entity-Attribute-Value modeled tables accumulate several billion rows within the first couple years of...
January 27, 2017 at 8:19 am
Viewing 15 posts - 1,771 through 1,785 (of 6,038 total)