Forum Replies Created

Viewing 15 posts - 316 through 330 (of 609 total)

  • RE: Attach

    Looks like i lost so many tables in the database with the message "The dependent aliases were dropped" , how do i recover without restore the older bcakup copy.

    I am...

  • RE: Backup successful but can't write to msdb - due to space issues backups of msdb limited

    Can we restore a CommVault SQL backup under defferent name ? I was looking to change name but didnt find any option for that ?

  • RE: Who uses the Commvault IdataAgent for sql backups?

    Can some one please flush out some drawbacks of CommValut IDataAgent ?

  • RE: simple Insert - tune

    EmployeeList is not existing, i am creating that with in the query using SELECT INTO...

  • RE: Baackup Failures

    Say if there are 10 databases that was not backed up, how would i modofy my script so that it backs up only those databases in the re run.

  • RE: Baackup Failures

    SELECT database_name, MAX(backup_finish_date) backup_date

    FROM msdb.dbo.backupset

    GROUP BY database_name

    from this script i still some databases which are old and not existing on the server ?

    may be it has to be like this..

    SELECT...

  • RE: Bkp - Insert

    can i create or alter indexes during the backup ?

  • RE: error handling

    I am exec the above proc in a sql job using try catch block as descried above but every time i see the following error mesg in the job history...

  • RE: Users lost

    both are same databases on Prod and Dev and has same users in it. when i insert monthly data in Dev database, i have do a backup and restore on...

  • RE: High Avialability Options

    for the 1st part you understood it correctly but i am not sure after that.

    Totally i have 3 servers 2 (ro) and 1 (rw). Say i have 50 prod databases,...

  • RE: High Avialability Options

    Tara-1044200 (3/28/2010)


    Yeah i was thinking about those options but was wondering how they work without moving any drive manually from one server to another, could you please breif me benefits...

  • RE: Backup solution-need suggestions/opinions

    I am in the same boat my company and other network group is recommending to use CommValut SQL Agent as they already use it for tape bakcups. How do i...

  • RE: Who uses the Commvault IdataAgent for sql backups?

    How can we compare CommValut with Litespeed. we are trying to migrate from Litespped to Commvalut hoping that will improve backup-restore time and also backup compression, does it make any...

  • RE: CPU Usage

    is there a way i can find from the past run which process was taking so much of CPU, though i beleive that profiler caused it but still i am...

  • RE: Performance Problem

    remote server is a also sql 2005 but why is the other fast query which also has remote query is doing faster with 100 times bigger data ? If you...

Viewing 15 posts - 316 through 330 (of 609 total)