Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 6,026 total)

  • RE: Stuck with this update statement

    WHERE A.Pid = 9

    AND ( Isnull(A.ID, 0) <> Isnull(V.ID, 0)

    ...

  • RE: The Challenger

    Ultimately I think it's easier to stick to as few platforms as possible to allow your staff to build expertise in optimizing their code and configurations for a platform.

    It...

  • RE: When to use Transparent Data Encryption (TDE)?

    sjs-36273 (5/14/2013)


    GilaMonster (3/4/2012)


    kilkenny (2/27/2012)


    My first inclination was to turn on TDE, but after reading several articles, I'm worried about losing performance. If we choose to encrypt at the column-level,...

  • RE: I know which *file* is being hammered -- how do I find out *who* is doing the hammering?

    jpSQLDude (5/14/2013)


    Thank you all, these are very helpful!

    This is a production server, so I can't make *any* changes like installing software, not even Who is Active.

    But what I can do...

  • RE: I know which *file* is being hammered -- how do I find out *who* is doing the hammering?

    Someone previously provided methods to return what sessions are currently accessing the database and what execution plans consume the most read and writes.

    Something else that might be useful is...

  • RE: Memory Poke

    Identify a specific INSERT or UPDATE statement is believed to benefit from this cache flushing. It's possible that the actual I/O isn't slow, but rather the execution plan is stale....

  • RE: Archiving

    mah_j (5/4/2013)


    Hi

    I want to archive the data of a 400G table,what is the best way of archiving?

    My table has a clustered index on 2 fields (int,datetime).We just do select on...

  • RE: Speed issue with SQL Server 2008 compared to SQL 2000

    kellyascent (5/5/2013)


    OK so today I did a clean install of SQL still on the same hardware with the same settings, removed the AWE and set the Max worker threads back...

  • RE: deletion of db taking long time

    chrisolivierrsa (5/3/2013)


    Hi,

    I am pretty sure if you stop and start the service, it stops the rollback operation, after that, you can drop the table removing the keep history button, since...

  • RE: Blocking

    Ryan007 (4/30/2013)


    Hi,

    We are running one job which runs SELECT query from a view from another linked server. We are getting blocking in the linked server where SELECT query from View...

  • RE: Are my statistics being used?

    Jon.Morisi (4/30/2013)


    Hi,

    I have a system with a lot of blocking. From the last occurrence I found a statistics update causing a lot of the blocking:

    SELECT StatMan([SC0], [SC1], [SC2], [SC3],...

  • RE: SQl server carrier advice

    RE: SQL career advice

    If your current job is secure, then I'd suggest staying put for at last a few months. Install SQL Server 2012 Developer Edition, and spend your flex...

  • RE: Factivism

    There are facts and then there is narrative. Politicians, the media, and activists are more concerned with the narrative, because that's what gets their point across to the audience. However,...

  • RE: Most important DBA Skill?

    TravisDBA (4/30/2013)


    Eric M Russell (4/30/2013)


    TravisDBA (4/30/2013)


    Eric M Russell (4/30/2013)


    mosborne (4/30/2013)


    However, without people skills, that high-priced consulting career will remain tantelizingly beyond their reach.

    I have only two words in response...

  • RE: Most important DBA Skill?

    TravisDBA (4/30/2013)


    Eric M Russell (4/30/2013)


    mosborne (4/30/2013)


    However, without people skills, that high-priced consulting career will remain tantelizingly beyond their reach.

    I have only two words in response to this rather audacious...

Viewing 15 posts - 4,891 through 4,905 (of 6,026 total)