Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 2,462 total)

  • RE: Restore MSDB : different version

    yes i was restoring MSDB for login and jobs perspective.

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

  • RE: Restore MSDB : different version

    i didnt try to restore the MSDB instead i transfered jobs with SSIS package.

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

  • RE: Indexed Views

    Grant

    , isnt it different objected creating whenevr we create a index on view. bcoz i read some where that whever we create any indexed view, sql server will...

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

  • RE: Indexed Views

    Vyas, i was telling the same thing as grant Frithcey mentioned in his first reply.

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

  • RE: Restore MSDB : different version

    version are different , as mentioned in prior post

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

  • RE: Problem with DBCC Shrinkfile with Empty file option

    i guess , destination drive will have enough space

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

  • RE: Indexed Views

    vyas (2/5/2010)


    We had a table with 11 million records which is highly transactional.

    As above line depicts , this is transactional table, i guess

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

  • RE: Indexed Views

    Sure, whenever you create index on any transactional table , it will degrade the performance.

    because whenever DML operation performed on this table , index will get updated.

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

  • RE: Delete is taking a lot of time/resources

    no that cant be done , just for a one delete operation .

    on every run, creating indexes is not at all possible and recommended.

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

  • RE: Delete is taking a lot of time/resources

    this table contains around 20 millions of records.

    the statistics are being updated on daily basis

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

  • RE: Query is timing out :( help plz

    can u post different indexes associated with tables?

    . i guess someone had asked for the same earlier.

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

  • RE: Query is timing out :( help plz

    Thanks a lot

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

  • RE: Query is timing out :( help plz

    Does it mean that if space available and for temporary storing purpose, we can store milions of record in table variable? (this is just hypothentical scenario )

    and second ques, whenever...

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

  • RE: Query is timing out :( help plz

    No it doesn't. The reason that table variables perform poorly on large row counts is because they have no statistics and hence the optimiser comes up with really, really bad...

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

  • RE: Query is timing out :( help plz

    As gail suggested first read that post.

    by the way , press CTRL M and then execute the query , it will provide you the execution plan , save...

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

Viewing 15 posts - 2,191 through 2,205 (of 2,462 total)