Forum Replies Created

Viewing 15 posts - 106 through 120 (of 515 total)

  • RE: Understanding a Database

    primitivefuture2006 - Friday, November 30, 2018 9:06 AM

    roger.plowman - Friday, November 30, 2018 7:03 AM

    My first...

  • RE: Understanding a Database

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

    Database modeling tools can be expensive, complicated, and despite all their bells and whistles, are...

  • RE: Understanding a Database

    My first step is to use ModelRight's reverse engineering function to suck the database schema into a diagram. Then I spend a little time arranging the diagram to study the...

  • RE: Do you use custom schemas?

    Jeff Moden - Thursday, November 15, 2018 8:06 AM

    roger.plowman - Thursday, November 15, 2018 5:39 AM

    I...

  • RE: Do you use custom schemas?

    Jeff Moden - Thursday, November 15, 2018 7:38 AM

    roger.plowman - Thursday, November 15, 2018 6:50 AM

  • RE: Do you use custom schemas?

    DinoRS - Thursday, November 15, 2018 6:25 AM

    Well one reason for having multiple Applications within one DB could be sharing the same base data...

  • RE: Do you use custom schemas?

    I don't use schemas for a few reasons. First, why would you ever put multiple application data in the same database? Brr. Besides, that's what four part names are for if...

  • RE: Internal Controls

    Our company keeps an audit trail for particularly sensitive tables' read accesses, but the sheer size of logging every single read-access would quickly fill more hard drives than could physically fit on...

  • RE: Skills for Everyone in Tech

    I have to disagree about the mathematics. I've heard this "need math!" creed my whole career (40 years) and it simply is not true. 

    Of course, if you're dealing...

  • RE: I need to change the value of two fields as I insert the rows into a table

    If you don't already have it buy Red Gate's SQL Prompt. It will automatically insert fields for you when you type the first part of a SQL statement. VERY convenient!...

  • RE: Modeling and Design Are More Important in DevOps

    DevOps at its core is "talk to the people involved BEFORE changing stuff".

    Nice theory. Never works.

    The real problem is the illusion of simplicity. A person...

  • RE: Give Up on Natural Primary Keys

    RonKyle - Monday, October 1, 2018 11:12 AM

    Sorry, but you're wrong.  The first duty of a DBA, or data steward if...

  • RE: Adding the time zone

    Shayn Thomas - Monday, October 1, 2018 6:42 AM

    Robert Eder - Saturday, September 29, 2018 6:57 PM

  • RE: Give Up on Natural Primary Keys

    GDPR-like laws are something I hadn't considered, but it makes sense in an absolutist sort of way.

    At least here in the U.S. lawyers are more than happy to...

  • RE: Creating Strings with Replicate

    Solomon Rutzky - Wednesday, September 26, 2018 7:36 AM

    roger.plowman - Wednesday, September 26, 2018 6:57 AM

    September 26, 2018 at 7:48 am

    #2007082

Viewing 15 posts - 106 through 120 (of 515 total)