Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Index fragmentation

    The table has 15000 rows only.I observed 60% indexes fragmentation.
    We are deleting approximately 12000 rows daily  and inserting updated data again into the table.

  • RE: Index fragmentation

    I rebuild indexes using script.

  • RE: Delete nologging

    Hi,

    2 option  suitable to my requirement.
    We have auto increment column in the Orginal table it might become issue while moving data to back.

    Thanks
    Krishna.

  • RE: Delete nologging

    Here,Database recovery model is full.

    Is there any chance to improve performance , if we put recovery model as simple.

    Free space on disk is 400GB.

    Thanks...

  • RE: Delete nologging

    Yes, We are executing a delete command on a table which contains nearly 4 core records.

    Thanks & Regards
    Krishna.

  • RE: Backup on shared folder

    I am fresher to SQL server, Could you please let me know how to check permissions.

    Thanks & Regards
    Krishna.

  • RE: Backup on shared folder

    BACKUP DATABASE ABC_123 TO DISK = '\\WIN-94EATCLRNI5\Backup\ABC_123.bak';

    Msg 3201, Level 16, State 1, Line 13
    Cannot open backup device '\\WIN-94EATCLRNI5\Backup\ABC_123.bak'. Operating system error 5(Access is denied.).
    Msg 3013, Level...

Viewing 7 posts - 16 through 22 (of 22 total)