Forum Replies Created

Viewing 10 posts - 1,156 through 1,166 (of 1,166 total)

  • RE: integrity checks in maintenance plans

    I believe Job will fail...

    and don't configure to repair it because sometimes your db may with single user mode.

    You can corrupt the table in a db manually and test it.

    You...

    MohammedU
    Microsoft SQL Server MVP

  • RE: user with db_datareader role that can create and drop stored procedures

    The user which can create proc. may be the member of some other role which has higher access.

     

    MohammedU
    Microsoft SQL Server MVP

  • RE: Suspended Status

    One month or one week should be fine depends on the data size...

    Make sure you have the index on time column and you have enough allocatted free space in db...

    MohammedU
    Microsoft SQL Server MVP

  • RE: Data Dump Bloat

    You said db growth 10 times but you didn't mentioned which file data/log grew?

    Your db might be in FULL recovery mode...

    MohammedU
    Microsoft SQL Server MVP

  • RE: Tracking Restores

    1. Create a server list on Report server and create table RestorHistory_All  table as RestorHistory table with one additional column server name.

    2. create a procedure get the restorehistory into a...

    MohammedU
    Microsoft SQL Server MVP

  • RE: Database Restores

    Are you using History Cleanup task in your Maint.  plans?

    If yes...check..

    http://msdn2.microsoft.com/en-US/library/ms139794.aspx

    MohammedU

    MohammedU
    Microsoft SQL Server MVP

  • RE: Database Restores

    Are you using History Cleanup task in your Maint.  plans?

    If yes...check..

    http://msdn2.microsoft.com/en-US/library/ms139794.aspx

    MohammedU

    MohammedU
    Microsoft SQL Server MVP

  • RE: Attaching a database

    As Robert mentioned you can give any extesion to it.

    When you get the backup file from some one else, it is always better to run RESTORE HEADERONLY command to check...

    MohammedU
    Microsoft SQL Server MVP

  • RE: Changing @@servername without a reboot

    Most of the configurations are dynamic in SQL2005 but this server name change is not dynamic...

    May be in next release

     

    MohammedU
    Microsoft SQL Server MVP

  • RE: SQL Server Backup and Restore

    Just create a job on your developement server to run the restore.

    Step1: Kill the connections in restoring db.

    Step2: Run the restore command.

    Step3: Create/Sync the db users...

     

    MohammedU

    MohammedU
    Microsoft SQL Server MVP

Viewing 10 posts - 1,156 through 1,166 (of 1,166 total)