Forum Replies Created

Viewing 15 posts - 706 through 720 (of 6,022 total)

  • RE: Lack of clustered index generally a good idea?

    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...

  • RE: Entity-Attribute-Value is evil ? how to avoid...

    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...

  • RE: Understanding a Database

    While on the topic of ISV databases with incomprehensible data models, PeopleSoft comes to mind.

  • RE: Data with Provenance

    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...

  • RE: Data with Provenance

    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...

  • RE: Tougher Privacy Laws

    billp 37934 - Thursday, November 29, 2018 7:09 PM

    Eric M Russell - Thursday, November 29, 2018 8:29...

  • RE: Understanding a Database

    primitivefuture2006 - Friday, November 30, 2018 8:02 AM

    Eric M Russell - Friday, November 30, 2018 7:27 AM

  • RE: Understanding a Database

    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...

  • RE: Understanding a Database

    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...

  • RE: Tougher Privacy Laws

    billp 37934 - Thursday, November 29, 2018 7:53 AM

    If it was really that easy it's hard to believe that there are...

  • RE: Tougher Privacy Laws

    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...

  • RE: Building Better Training Opportunities

    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...

  • RE: Encrypt Password

    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...

  • RE: Moving to Query Store

    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...

  • RE: Moving to Query Store

    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)...

Viewing 15 posts - 706 through 720 (of 6,022 total)