Forum Replies Created

Viewing 15 posts - 61 through 75 (of 468 total)

  • RE: Why experienced DBA try to embraces to younger DBAs in interviews?

    baghel_ramdas (1/15/2010)


    May I know who is The_SQL_DBA?

    That would be me I guess ;-)...

  • RE: Why experienced DBA try to embraces to younger DBAs in interviews?

    I guess the embarrassment depends on the difficulty of question?

    You can't get away by answering basic questions wrong. Also, depends on the role that you are applying for. I would...

  • RE: SQL 2008 not starting on one node in a cluster

    Was this cluster tested thoroughly before SQL server was installed on it?

    Also, did you if it was a side by side upgrade, did you failover the nodes after installing SQL...

  • RE: Page error

    As Gail suggested Drop the clustered index on 'tblTime' and recreate it.

    Then run the checkdb statement again.

  • RE: Rebuild Indexes

    snu155 (1/14/2010)


    you comment on Simple mode, and then you talk about bulk logged mode......

    kinda like yelling at spock and punching kirk

    Go to bulk logged, i'm fine with that

    Go to simple...

  • RE: Rebuild Indexes

    You still haven't answered my original question..how did you arrive at the conclusion that there will be a 24 hours data loss..??

  • RE: Major errors in SQL Server 2005

    Did you try reading this article. It might actually help in your case I see there is a high value for single page allocator from what you have posted.

  • RE: getting error when restoring database sql server 2005

    Try to get a new full backup of this database and then try the restore. If it errors again, then you might as well run DBCC Checkdb on you source...

  • RE: recovering to a replicated copy of a database

    If you intend to provide HA to your principal database then I would like to say that Replication is NOT a HA solution. It is used to reduce the overhead...

  • RE: Update Stats

    Did you have the table names specified explicitly in your maintenance plan job?

  • RE: Rebuild Indexes

    I would never recommend taking a production system to Simple unless you can accept a 24 hour loss of data (even if it is just temporary).

    Why would the data loss...

  • RE: Index

    Depends on how the data is being retrieved from the table. Check the execution plan of any of your queries and see if it makes any difference by adding an...

  • RE: Update Stats

    Ali_SQLDBA (1/14/2010)


    post the results for the below query on your table

    dbcc showcontig('table_name') with fast

    The above query on my deleted table is givng this message as expected

    "Msg 2501, Level 16, State...

  • RE: Update Stats

    Ali_SQLDBA (1/14/2010)


    Thanks for your early reply.

    The_SQL_DBA (1/14/2010)


    Can you tell us the fragmentation level on this table..

    post the results for the below query on your table

    dbcc showcontig('table_name') with fast ..

    do...

  • RE: Update Stats

    Can you tell us the fragmentation level on this table..

    post the results for the below query on your table

    dbcc showcontig('table_name') with fast

    With so many DML's I suppose you are better...

Viewing 15 posts - 61 through 75 (of 468 total)