Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 2,463 total)

  • RE: Back up is not recognized

    mirravi (8/18/2010)


    what shal i do now? any suggestions.

    uSe my second last post's query

  • RE: Restore error

    sushantkumar1984 (8/18/2010)


    the general meaning of compression is compressing which is as the .bak file wrt the data files.

    Something new to me :unsure:

  • RE: Back up is not recognized

    mirravi (8/18/2010)


    Its on Production , thats make me fear to run the query!!

    STRANGE :w00t::w00t: , On production , you dont have MSDB backup.

  • RE: Back up is not recognized

    mirravi (8/18/2010)


    No i dont have MSDB back

    take MSDB backup and

    run the below script

    USE [master]

    GO

    ALTER DATABASE [msdb] SET SINGLE_USER WITH ROLLBACK IMMEDIATE

    GO

    ALTER DATABASE [msdb] SET SINGLE_USER

    GO

    DBCC CHECKDB (msdb, REPAIR_ALLOW_DATA_LOSS)

    GO

    ALTER...

  • RE: Back up is not recognized

    or in safer side , you can restore recent MSDB backup

  • RE: Back up is not recognized

    mirravi (8/18/2010)


    hi,

    When i run DBCC CHECKDB onto MSDB , the follwing error ocuured.

    Msg 8967, Level 16, State 216, Line 1

    An internal error occurred in DBCC that prevented further processing. Contact...

  • RE: Back up is not recognized

    mirravi (8/18/2010)


    Thanks For your reply.

    i ran the query, it displys an error, but done the back up successfully.

    Processed 325512 pages for database 'PGCENTURION', file 'SBOEdenvaleIntegration_RSA' on file 1.

    Processed 41 pages...

  • RE: Error in Generating scripts

    Anamika (8/17/2010)


    Hi all,

    Thanks for the inputs.

    I've checked in 2005. the Script Procedure --> Create gives the correct modified SP name. But while creating from the mentioned script it...

  • RE: Error in Generating scripts

    Anamika (8/18/2010)


    Hi,

    SELECT * FROM SYSOBJECTS WHERE XTYPE = 'P'

    output of this query gives the new SP name.

    My problem is while getting the create script for the same gets created in...

  • RE: Error in Generating scripts

    Anamika (8/17/2010)


    Hi all,

    Thanks for the inputs.

    I've checked in 2005. the Script Procedure --> Create gives the correct modified SP name. But while creating from the mentioned script it...

  • RE: Restore error

    sushant.ranahandol 23461 (8/17/2010)


    don't forget to make the backup to happen in compress mode.

    Compression in Sql 2005 ??

  • RE: Shrink and Backup

    Tara-1044200 (8/17/2010)


    If i have a database of 500gb and i would get 200gb space back by shrinking as i have done some updates and deletes.

    what was the size of...

  • RE: Query Duplicates

    try to use ROWNUMBER() function , it will give you more flexibilty

  • RE: Mirroring Question

    sandhyarao49 (8/9/2010)


    as it is transferring only the log buffer why can't we use the simple recovery mode.

    BUt why do you require this ?

  • RE: Alternative for DMV.

    GilaMonster (8/17/2010)


    Bhuvnesh (8/17/2010)


    IS sys.dm_db_index_usage_stats not a DMV ?

    Yes it is.

    If you need to do something on insert/update/delete, I recommend triggers. That DMV is just to give info on how...

Viewing 15 posts - 1,426 through 1,440 (of 2,463 total)