Viewing 15 posts - 706 through 720 (of 6,032 total)
Another programmer went to great lengths to conceal the contours of his fully automated $50,000 per year job from his boss.
https://www.theatlantic.com/technology/archive/2018/10/agents-of-automation/568795/
What's sad is that...
December 7, 2018 at 7:24 am
December 6, 2018 at 3:39 pm
It's hard to separate the sarcasm from truth in this Onion story. :unsure:
https://www.theonion.com/wells-fargo-computer-glitch-accidentally-forecloses-on-1830889330
December 6, 2018 at 1:15 pm
This type of data breach is common; where protected data elements are accidentally released in a dataset intended for 3rd party or public subscribers.
A few years ago, the...
December 6, 2018 at 7:51 am
December 5, 2018 at 10:06 am
What makes it a very hot table is when a user enters editing, the code inserts into this table a clone of the rows to fall back to if the...
December 5, 2018 at 7:50 am
December 5, 2018 at 7:33 am
Have you examined the execution plan(s) used by this stored procedure?
You mentioned that the table is "hot", which I assume you mean it's getting a large volume of...
December 4, 2018 at 12:17 pm
If your goal is certification, then use the Microsoft test prep kit book, because you can be an expert at many aspects of SQL Server (ie: internals or administration) and...
December 4, 2018 at 9:16 am
By default, I add an identity column to a table and then a clustered index on top of that. I don't recall ever choosing to model a heap table. Having...
December 4, 2018 at 8:49 am
Depending on the data access pattern, other database platforms like Azure Document DB, Azure Table storage, or Azure Key Vault are better optimized for entity-attribute-value or JSON/XML document implementations. When...
December 4, 2018 at 7:15 am
While on the topic of ISV databases with incomprehensible data models, PeopleSoft comes to mind.
December 3, 2018 at 12:02 pm
We can also question whether schema-less XML and JSON documents (or BLOBs, or images, or free text) belong in SQL Server in the first place. The user community has already...
December 3, 2018 at 11:59 am
Well, it's stupid to publish a dataset without knowing the meaning of what all columns or attributes are included. I'd expect better forethought from a healthcare organization knowing that the...
December 3, 2018 at 9:05 am
Viewing 15 posts - 706 through 720 (of 6,032 total)