Forum Replies Created

Viewing 15 posts - 751 through 765 (of 783 total)

  • RE: Log shipping

    Error says that the secondary database is skipping the transaction logs as it already applied them.

    You should check the copy, restore and alert timings of the database..maybe they are not...

    Regards
    Sushant Kumar

  • RE: Deleting old backup files - maintenance cleanup task

    @chrisph

    I had the same problem few days back...

    When I created one mainteneance clean task and pointed to that folder contaning sub folders(wid .bak file) then, the job ran but no...

    Regards
    Sushant Kumar

  • RE: Restore error

    @bhuvnesh

    It was newly built server...so didn't check it earlier..

    @sumit

    I got through now...restored successfully after the 2 changes as mentioned above..

    Regards
    Sushant Kumar

  • RE: Restore error

    @ above all.....

    I made 2 changes

    1) in server properties-->connections-->remote query timeout changed from 600--> 0

    2) started the sql server browser (sql server configuration manager--> services)(it was off earlier)

    Now the...

    Regards
    Sushant Kumar

  • RE: Restore error

    @ Ray mond...

    Is the 410 GB drive connected to the server that you are trying to restore the database on? If so, why would SQL Server raise a TCP...

    Regards
    Sushant Kumar

  • RE: Job runs but no notification

    the database mail profile can be made

    the receipients of that profile can be made by adding the accounts

    there u can mention the address receving hte mails..

    Regards
    Sushant Kumar

  • RE: Restore error

    the restore script also failed with the same error.. 🙁

    I restored another database from the same prod server to dev server which went smoothly, but that one was just 1GB....This...

    Regards
    Sushant Kumar

  • RE: Restore Failed - Database Stuck in Restore

    u can restore on that database itself with choosing hte option overwrite the existing database.

    Regards
    Sushant Kumar

  • RE: Restore failed due to insufficiant space

    the .bak file is generally compressed one,

    the original size of database is the .mdf size..

    so the .bak file size would be 5 gb

    but the .mdf file would be 15...

    Regards
    Sushant Kumar

  • RE: Logshipping error

    plz reconfigure log shipping

    Regards
    Sushant Kumar

  • RE: Restore error

    @ jeffrey...

    But my database restores starts from 10%, 20% , 30% ...then it stops in between....

    it is not that it doesnt start...but after sometime it throws error.

    The article explains...

    Regards
    Sushant Kumar

  • RE: Restore error

    @ all

    I got a new drive 410 gb on my server, Now when i copied the .bak file locally, and then trying to restore it, then also I am...

    Regards
    Sushant Kumar

  • RE: Restore error

    @ oomboom

    how long does the command run before it gives error?

    how are you sharing the file? Normal windows share?

    The restoring starts with 10%,20%.....around 50-60% it throws the error

    as...

    Regards
    Sushant Kumar

  • RE: Adding a Column to act as Promary Key

    add a identity column..

    its a self increment column

    ALTER TABLE XYZ

    ADD id_num int IDENTITY(1,1)

    Regards
    Sushant Kumar

  • RE: Restore error

    @ ray mond..

    ya u r right, thtsy i wanted to restore it over hte network as i didnt had enough space.

    ...

    I dont know if its advisable to do as...

    Regards
    Sushant Kumar

Viewing 15 posts - 751 through 765 (of 783 total)