Forum Replies Created

Viewing 15 posts - 2,596 through 2,610 (of 6,041 total)

  • RE: The Politics of SQL Security

    Also if you are forced to comply with an unreasonable request, then give them the bare minimum required. For example, keep in mind that the 'SA' account and SYSADMIN are...

  • RE: The Politics of SQL Security

    When dealing with unreasonable requests coming from a position of higher authority, your first response should be to object. But remember to do it in a friendly and helpful way,...

  • RE: The Complexity of Branches

    Properly commenting code blocks that were modified in a branch is essential. All of my comments will contain a change tracking number, so it even if my one sentence explanation...

  • RE: Select with NOLOCK is trying to get a shared lock

    Avalin (5/18/2016)


    I have a select-query using the WITH(NOLOCK) hint to ignore locks. The problem is that when the query is executed it get timed out because it's waiting for a...

  • RE: The SQL Saturday Thread

    I'll be at SQL Saturday Atlanta this weekend.

  • RE: Half Baked Features

    ColumnStore is another feature that has matured between 2012, 2014, and 2016. For example, only in 2016 do ColumnStore tables support primary keys.

  • RE: Table to table copy performance mystery - 5 billions rows.

    Aside from comparing the execution plan generated by the two scripts, the following can be used to return usage stats (pages inserted/update, last update time, row counts, etc.) at the...

  • RE: Why is it better to use Windows authentication for database access?

    Here is the concept behind AD authentication: Users should belong to AD groups depending on what broad level of access they need to database servers (ie: MyCorp\Developers, MyCorp\QA, MyCorp\DBA). Within...

  • RE: Would You Move For a Job?

    Steve Jones - SSC Editor (5/16/2016)


    Eric M Russell (5/13/2016)


    Personally, I don't like it when a recruiter or agency wants to make all the arrangements without me having a face to...

  • RE: Would You Move For a Job?

    Personally, I don't like it when a recruiter or agency wants to make all the arrangements without me having a face to face with the employer. I also don't like...

  • RE: Sad to see spamming being flooded in this forum.

    It seems that sometimes the same spam gets posted days or weeks later. If a distinct message was previously delisted, then it should be auto-delisted if it turns up again.

  • RE: The Proliferation of Roles

    In my last two jobs, which covers a span of ten years, we've used AD domain group authentication. For example MYCORP\DBA_Production, MYCORP\StoreOpsQA, MYCORP\MarketingBI. As employees are hired (or switched between...

  • RE: Sad to see spamming being flooded in this forum.

    sestell1 (5/12/2016)


    Eric M Russell (5/12/2016)


    There are certain keywords like "testosterone", "distressed furniture", and "butt cream" that seem to be a recurring theme for the spammers, but are highly unlikely to...

  • RE: A Lifetime of Software

    Sean Lange (5/12/2016)


    I am clearly in the minority here. For me the IT world IS my second career. I spent a decade as a chef prior to going back to...

  • RE: Sad to see spamming being flooded in this forum.

    There are certain keywords like "testosterone", "distressed furniture", and "butt cream" that seem to be a recurring theme for the spammers, but are highly unlikely to naturally occur in a...

Viewing 15 posts - 2,596 through 2,610 (of 6,041 total)