Viewing 15 posts - 706 through 720 (of 6,022 total)
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
November 30, 2018 at 12:14 pm
November 30, 2018 at 8:30 am
Documenting a legacy database is what I call "database cartography". Sometimes it's just built in a piecemeal fashion over time based on exploration and local folklore passed down from gray...
November 30, 2018 at 7:33 am
Database modeling tools can be expensive, complicated, and despite all their bells and whistles, are ultimately rigid. There have been situations where I have questioned why a database was designed...
November 30, 2018 at 7:27 am
If it was really that easy it's hard to believe that there are...
November 29, 2018 at 8:29 am
So, it's one thing to talk about data privacy in terms of how it impacts the lives regular folks in "flyover country". Ask any politician and they'll acknowledge it's an...
November 29, 2018 at 7:45 am
I recently got added to the company's PluralSight subscription and have found the content and presentation to be quite good. It helps when your employer is forthcoming about their future plans...
November 27, 2018 at 1:31 pm
If user Smith Rice can query and update tables at will, then they are totally awesome. Best thing to do in this situation is hunker down and hope they don't...
November 27, 2018 at 10:28 am
Query Store is to query performance metrics what Service Broker is to message queuing; it's just a standardized, optimized, and extensible way of doing something that many of us have...
November 27, 2018 at 7:32 am
I enabled Query Store on a 3 TB sized database that is bulk loaded nightly. During the day it receives a fairly high volume of queries (ie: 100 per second)...
November 26, 2018 at 2:32 pm
Viewing 15 posts - 706 through 720 (of 6,022 total)