Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,462 total)

  • RE: Alter Index : Rebuild

    anthony.green (12/18/2012)


    What is the result of MAX(LEN(column)) for all the columns within the table

    from nvarchar(10) to nvarchar(300) plus XML.

    anthony.green (12/18/2012)


    what is the datatype NameStyle?

    nvarchar(30)

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

  • RE: Alter Index : Rebuild

    Jason-299789 (12/17/2012)


    By any chance did you update one or more of the XML columns, as these (from memory) are stored as LOB's so pointers would be created to them hence...

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

  • RE: Table has large amount of Data querry geting delayed

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

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

  • RE: Table has large amount of Data querry geting delayed

    mpradeep23 (12/17/2012)


    Hi

    We have a table which contains allmost 1 lak to 2 lak of records

    querring on that table getting delayed give me idea how to make it faster

    Thanks...

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

  • RE: Two databases share same Full Text Catalog

    Boris Pazin (12/16/2012)


    Is there any option to remove full text catalog from only second database, and not delete it because it should be used by first database. What will happen...

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

  • RE: Complicated Query Requirement

    gad you found the solution yourself but in future always try to post table defintion , query you tried (though its incorrect) along with test data so that people can...

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

  • RE: SP in Rollback

    440692 I am just a number (12/14/2012)


    I can go for a reboot out of office hours, but need to get it cleared by onhigh ( we offer a 24/7 SLA).I...

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

  • RE: DB Shrink

    1) you can use the back compression method of sql server 2008

    2) is the database is in full recovery mode ?

    3) if the vendors request is one time...

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

  • RE: How to Shcedule set of SP,executing sequencly

    avdhut.k (12/16/2012)


    Hi John,

    Thanks for the reply,

    But I want to excute this SP Step by Step,

    And If in any one of the SP error comes then next one should...

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

  • RE: Not in sql error

    vijayarani87.s (12/16/2012)


    Thank you very much, but one more point it is a known issue in SQL.When we use linked server we may get this error.

    any reference for...

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

  • RE: TempDB Growing MDF

    Noetic DBA (12/14/2012)


    Also, the tempdb is growing because it is not checkpointing properly.

    Did you mean to say that heavy DML operation consuming the space (like work table , tabl...

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

  • RE: dbcc indexdefrag vs reorganize

    first you need to know what are these two terms

    see link http://realworlddba.wordpress.com/2008/02/04/index-rebuild-versus-reorganize-whats-the-difference/

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

  • RE: Restore a database with structure but no data

    funny play πŸ˜› πŸ˜€ (to make the table empty)

    use this in every database

    select 'truncate table ' + name + '; ' from sys.objects where type = 'U'

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

  • RE: TempDB Growing MDF

    peter-661823 (12/14/2012)


    I have also seen that TempDB growing only occurs at busineshours, in the night wΓ­th less people working, no growing of TempDB took place.

    this indicates that application (sql...

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

  • RE: FULL text search

    Is "SEARCH PROPERTY LIST " feature available before sql 2012 ? and can it be used in sql table too ?

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

Viewing 15 posts - 676 through 690 (of 2,462 total)