Forum Replies Created

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

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

  • RE: Rows duplicating for each person

    It's standard practice in a star schema modeled data warehouse, where rows are versioned in what's called a 'slowly changing dimension' or 'shapshot' fashion, to have a column indicating (ie:...

  • RE: How to relaunch my career?

    Arjun Sivadasan (5/11/2016)


    Thanks for asking Abrar. Let me start by apologizing for not answering any sooner.

    The last couple of months were tumultuous. My teammates quit and I'm the only dev...

  • RE: Simple SQL challenge - who can solve

    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    TheSQLGuru (5/11/2016)


    Eric M Russell (5/11/2016)


    drew.allen (5/11/2016)


    Eric M Russell (5/11/2016)


    For what it's worth, this one can be paramaterized in terms of the number of dates returned, and...

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