Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 7,164 total)

  • RE: SQL Cached Plans - MPA

    Where did you learn about SPA/MPA?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Index confusion

    PHXHoward (3/11/2013)


    I think I found the problem.

    There was another index out there that included 32 of the 35 columns which it was referencing. That seems like a really big...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Permissions for DTEXEC

    I assume you're using xp_cmdshell. If so, then is the account running xp_cmdshell in the sysadmin Role? If yes, then yes, the SQL Server service account is making the connection...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Getting the files stored in a database table?

    The SSIS Export Column Transformation can do that for you.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Cached Plans - MPA

    SQLSACT (3/12/2013)


    opc.three (3/12/2013)


    Not sure. I cannot get the numbers to tie on my system so I am assuming there are other factors in play. Post back if you get it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: inserting data from one table to another and want to create primary key at same time

    Eugene Elutin (3/12/2013)SELECT INTO is "performance winner", why would creating table first be better?

    Not always. You can achieve minimal logging with INSERT INTO...SELECT as well. Some people prefer to create...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Open query limitation

    EXEC() AT inked_server might be an option.

    You can also adapt Example G to pass a variable containing your SQL of type N/VARCHAR(MAX) to EXEC(): http://msdn.microsoft.com/en-us/library/ms188332(v=sql.105).aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Cached Plans - MPA

    Not sure. I cannot get the numbers to tie on my system so I am assuming there are other factors in play. Post back if you get it sorted, or...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS Flat File Connection Manager

    Looks like I am going to have to work with my customers to get the incoming files more standardized.

    Honestly, I think that is a great next step.

    Thanks again.

    Anytime.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS Flat File Connection Manager

    Can you tell me what constitutes a format change?

    Pretty much any structural change to the file. One thing to keep in mind though is that you do not need to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Cached Plans - MPA

    Are you sure the queries you're using to check both the cached plans and the clerks are meant to tie out? i.e. that there are not other mitigating internal factors...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    Stuart Davies (3/12/2013)


    SQLRNNR (3/11/2013)


    crookj (3/11/2013)


    SQLRNNR (3/9/2013)


    john.arnott (3/8/2013)


    Revenant (3/8/2013)


    SQLRNNR (3/8/2013)


    opc.three (3/8/2013)


    JAZZ Master (3/8/2013)


    crookj (3/8/2013)


    SQLRNNR (3/7/2013)


    crookj (3/7/2013)


    Daniel Bowlin (3/7/2013)


    Help

    Support

    Truss

    Tether

    Tie

    Bolo

    Whip

    Rawhide

    Eastwood

    West Side

    Story

    TOY

    (to) infinity

    Bed, Bath...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Hash value generation times

    If you had added PERSISTED when adding the computed column there is a possibility you might still be waiting for that complete 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL Cached Plans - MPA

    SQLSACT (3/12/2013)


    This is why I'm confused because when I query sys.dm_os_memory_clerks - I see all the allocations happening at the single page allocator and nothing at MPA

    And you are concerned...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Missing index statistics - Dementia ?

    The bug.[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,651 through 1,665 (of 7,164 total)