Forum Replies Created

Viewing 15 posts - 3,196 through 3,210 (of 6,041 total)

  • RE: Missing login....but still connects !

    The domains that the user is a member of, have any of these domains been granted a login? Also, if this user is a member of IT in any capacity...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How do I force SQL server to generate a new query plan ? Syntax help

    Jason A. Long (10/31/2015)


    Eric M Russell (10/30/2015)


    In an OLTP database, you want to minimize recompiles, so you don't want to leave RECOMPILE hint in production.

    I think that's an over generalized...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How do I force SQL server to generate a new query plan ? Syntax help

    In an OLTP database, you want to minimize recompiles, so you don't want to leave RECOMPILE hint in production. However, in a DW database where tables are bulk loaded, statistics...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: nested select statement "in theory" question about calls across a slow vpn to Oracle - Does FROM reduce 2nd call?

    When executing a distributed select between two SQL Server instances, especially of the same version, the optimizer has some smarts about whether joins are performed locally or remotely for best...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The ABCs of Database Creation

    mwpowellhtx (10/30/2015)


    Brandie Tarvin (10/30/2015)


    Eric M Russell (10/29/2015)


    Maybe I'm missing something, but the table appears to lack a unique index on the natural key, which would allow duplicates. This would normally...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Struggling with running SSIS via SQL Agent Job

    On the server running SSIS, have you installed the Microsoft.Jet.OLEDB provider (.XLS) or Microsoft.ACE.OLEDB provider (.XLSX) ?

    http://microsoft-ssis.blogspot.com/2014/02/connecting-to-excel-xlsx-in-ssis.html

    Also, I'm not sure if the proxy account SQLAgent is running under needs some...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Leave Developers Alone

    Andrew..Peterson (10/30/2015)


    True not just for developers, but really anyone who creates. I'd suspect that interrupting a writer would have the same effect. Same for an artist, architect, etc....

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Leave Developers Alone

    There have been occasions where the door to the development team room got accidentally locked, and we all just sat there in the zone for hours without hearing the knocking....

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The ABCs of Database Creation

    Brandie Tarvin (10/30/2015)


    Eric M Russell (10/29/2015)


    Maybe I'm missing something, but the table appears to lack a unique index on the natural key, which would allow duplicates. This would normally be...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What can I do to speed up my production daily full-backup?

    Jeff Moden (10/29/2015)


    What's "interesting" is that it would appear (I may have misread it) that they're putting the backups on the same system as the database and that...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: How to bring write log wait type count down.

    Are the WRITELOG waits occurring throughout the day during normal operation of application or intermittedly during something like a batch load /delete or re-index?

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Missing login....but still connects !

    Ed Wagner (10/29/2015)


    Eric M Russell (10/29/2015)


    Check what domain groups or local Windows admin role may have been granted login and access, and then check if this user is a member...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Bad Management

    william-700725 (10/29/2015)


    Eric M Russell (10/29/2015)


    william-700725 (10/28/2015)


    ...I know there are at least some high-paying un-challenging gigs out there.

    WHERE? Those are the ones I want but can never find. I always get...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Missing login....but still connects !

    Check what domain groups or local Windows admin role may have been granted login and access, and then check if this user is a member of that domain group. Users...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What can I do to speed up my production daily full-backup?

    Some audit tables are WORN (Write Once - Read Never).

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 3,196 through 3,210 (of 6,041 total)