Forum Replies Created

Viewing 15 posts - 3,106 through 3,120 (of 6,041 total)

  • RE: Database Design Question

    What do we mean by adding "random" columns? Do the new columns fall within the scope of the requirements, and is this essentially a 3NF table modeling design?

  • RE: Load date time field to date field

    Perhaps what you need is a 'Derived Column Transformation' task between your Source and Destination that uses expression and leverage SUBSTRING function to build string in format YYYY-MM-DD and also...

  • RE: Query performance

    T2512 (12/21/2015)


    That's what i always thought, from a users perspective speed is the only factor.

    During an interview I was asked apart from reducing speed, what else does a developer...

  • RE: Stored Procedure execution

    sam 55243 (12/18/2015)


    Hi Eric,

    Your solution will work however I have one query . Can I handle lock/deadlock issue with this approach. For instance if in any of the sub-procedures there...

  • RE: Is the sa account out of fashion?

    Ed Wagner (12/19/2015)


    Eric M Russell (12/18/2015)


    Orlando Colamatteo (12/18/2015)


    Eric M Russell (12/18/2015)


    Renaming the real 'SA' account, and then creating a new (so called) 'SA' account with least privilege can be useful...

  • RE: How to reduce Huge Log File size

    Is the transaction log competing for space with the data files or another database? Perhaps there is no need to actually shrink the log, just let it recycle.

  • RE: Alternative to EAV model

    Alternative technical approaches aside (I'd at least give 3NF a fair shot), first challenge whether an EAV solution is needed. I would interview the users and run some aggregate queries...

  • RE: ***SPOILER FREE*** Star Wars: The Force Awakens

    Luis Cazares (12/21/2015)


    I wouldn't rate it as high. I felt it was just a mashup of the previous movies. Taking so many elements of the previous movies made it predictable.

    I...

  • RE: Running as SysAdmin

    I think the whole concept of a 'SA' account is a bad idea, because essentially it's an account which has full access and which can be sharable across users. It...

  • RE: Is the sa account out of fashion?

    Orlando Colamatteo (12/18/2015)


    Eric M Russell (12/18/2015)


    Renaming the real 'SA' account, and then creating a new (so called) 'SA' account with least privilege can be useful in those situations where developers...

  • RE: Are We Suckers?

    Michael L John (12/18/2015)


    If you love what you are doing, spending hours on hours "geeking out" is fun, not work.

    This becomes an issue when there are situations created that...

  • RE: Is the sa account out of fashion?

    Renaming the real 'SA' account, and then creating a new (so called) 'SA' account with least privilege can be useful in those situations where developers and 3rd party tools think...

  • RE: Are We Suckers?

    Alastair Marshall (12/18/2015)


    The realty of work is that the longer the hours we work on a given day, the less productive most people become. Who hasn't been there well into...

  • RE: Are We Suckers?

    I'll work outside regular hours, if something critical is broken, or if there is a project with an approaching deployment and there are still some unresolved tasks (but only if...

  • RE: Is the sa account out of fashion?

    It's not an issue of fashion; there are some scenarios where SQL Server account authentication is required (or at least practical), like when linking to server instances on a different...

Viewing 15 posts - 3,106 through 3,120 (of 6,041 total)