Forum Replies Created

Viewing 15 posts - 751 through 765 (of 2,462 total)

  • RE: Performance issue

    ranganathleo (11/29/2012)


    how to identify the particular table being accessed now?

    why you are only thinking about tables here ? there could be enormous cause for this degradation like hardware...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Too many statistics

    MOC Ewez (11/29/2012)


    As for the PK, one of the indexes I was trying was a unique index with the PK column (CompNr Char(14)!!) plus another column (CustNr Int) which is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Indexes question....

    PiMané (11/28/2012)


    About FKs and indexes...

    If a FK has Col1, Col2, Col3 by this order is a Col1, Col2 index any good?

    yes but always (not there, where col3 is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Connection to SQL Server dropping

    WHat if we use SSIS to do this stuff more robust more tracable .. more comfortable to handle heavy volume data. i will welcome suggest on this suggest 🙂

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: SQL Server responds to overwhelming network traffic by shutting down

    i am surprised why not anybody refer here machine's event viewer(log ) or ot doesnt help in cases of vm machines :unsure:

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: More or less SARGABLE clauses in a WHERE Clause

    @rob-2 And Query ???

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: More or less SARGABLE clauses in a WHERE Clause

    Rob Reid-246754 (11/27/2012)


    whether the optimiser can decide for itself that too many clauses have been used and ignore the extra ones.

    sql optimizer defintely choose only that index which is...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: More or less SARGABLE clauses in a WHERE Clause

    bleroy (11/27/2012)


    HI,

    just to make sure I understand:

    You could essentially retrieve that unique record by using just 1 or 2 columns in your WHERE clause.

    E.g. SELECT EMP_ID, NAME FROM STAFF_LIST WHERE...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: More or less SARGABLE clauses in a WHERE Clause

    Soon any expert will be here (i would expect gail ) to give you clear and better picture

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: More or less SARGABLE clauses in a WHERE Clause

    Rob Reid-246754 (11/27/2012)


    Should I use WHERE Clause A or B?

    obviously both are totally different as they contain different no and type of column's filer so i am 100 %...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alter TempDB !! Same disk or seperate ??

    thanks gail

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alter TempDB !! Same disk or seperate ??

    GilaMonster (11/26/2012)


    allocation contention

    Can you please explain this

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Log File Reuse Reason Explain

    see this http://msdn.microsoft.com/en-us/library/ms345414(v=sql.105).aspx

    and also http://www.sqlservercentral.com/articles/Administration/64582/

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: NOLOCK Hint Corrupts Results from SELECT

    hisakimatama (11/8/2012)


    If my understanding of the dirty reads process is correct, even if all transactions at a given time have been committed, page splits may still occur for a short...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How to check mirrored database

    Perry Whittle (11/26/2012)


    The LSNs and hence restore points will be completely different between databases, it would make sense for you to read up a little on how database mirroring works...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 751 through 765 (of 2,462 total)