Viewing 7 posts - 16 through 22 (of 22 total)
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.
June 5, 2017 at 9:50 am
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.
May 18, 2017 at 5:03 am
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...
May 18, 2017 at 2:43 am
Yes, We are executing a delete command on a table which contains nearly 4 core records.
Thanks & Regards
Krishna.
May 18, 2017 at 2:24 am
I am fresher to SQL server, Could you please let me know how to check permissions.
Thanks & Regards
Krishna.
May 9, 2017 at 1:12 am
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...
May 8, 2017 at 11:22 pm
Viewing 7 posts - 16 through 22 (of 22 total)