What should I do if SQL Server 2000 backup is very slow?

Updated on technology 2024-04-16
16 answers
  1. Anonymous users2024-02-07

    1. There may be too many hard disk fragments, tidy it up, or back up it in other hard disks;

    2. Make sure that no other applications are using the database;

    3. Shrink the database;

    4. Detect and kill viruses, etc.;

    5. Back up after restart;

  2. Anonymous users2024-02-06

    Try this one, I've used, detach first, copy first, and append back.

  3. Anonymous users2024-02-05

    Database backup should be fast, huh? Are you backing up on your own computer or on a server? If so, there should be a problem on the server? It won't be so slow!

  4. Anonymous users2024-02-04

    Whether you are backing up remotely or locally, if the local backup should not be slow, it may be poisoned, do the system to see.

  5. Anonymous users2024-02-03

    It should be done when the volume of traffic is low and the traffic is free. Or put it on a different disk.

  6. Anonymous users2024-02-02

    The read and write speed of the hard disk will affect the write speed of the input library, and see if your mysql has added a lot of indexes, or whether it is a remote database... Hard disk, CPU, memory, network, and MySQL configuration all have an impact on execution speed.

  7. Anonymous users2024-02-01

    SQL query in the database is not fast, if not, you need to optimize the statement, see whether to use the query code residual citation, etc.

    If the query in the database is answered quickly, then optimize your program** to go.

  8. Anonymous users2024-01-31

    There are two things to consider.

    1. The database file is too large, and the data file (etc.) generally does not have action, so you can check whether the log file (LDF) has room for shrinkage, and if so, you can consider shrinking the log file.

    2. If the CPU allows, the backup can be compressed backup, which can effectively reduce the size of the backup file.

  9. Anonymous users2024-01-30

    1. Set the database to simple mode.

    2. Right-click the database [Task] [Shrink] [Database].

    3. Back up again completely and see.

  10. Anonymous users2024-01-29

    1. Delete logs.

    2. Correct the data table, and move the data to the corresponding data backup table after the end of the monthly attendance, so that only the data that has not been summarized for attendance is retained in the data table, that is, the current data.

    Others, which may be related to the design of your system.

    I don't know how you added the data.

    It doesn't seem to be used.

    Instead, you should use:"insert into .."That's no problem.

  11. Anonymous users2024-01-28

    Now that the index is added, let's look at the way you write the SQL statement when you access, such as looking up only the data you need, not all the data.

  12. Anonymous users2024-01-27

    The database log file is too large, just delete some.

  13. Anonymous users2024-01-26

    Create an adoconnection, and then use this conn to execute the SQL statement to insert the data, and the specific writing is conn is the adoconnection that you have established and connected to, and the SQL statement is the insert data statement that you have spelled out.

  14. Anonymous users2024-01-25

    Our company's backup time is basically once a day, and the complete backup is generally 2 o'clock in the morning, and the server is used by fewer people, and the backup is completed in about 10 minutes (the backup time is related to the performance of the server).

    If your company's daily data volume is relatively large, it is recommended to complete the backup every day when there are few people.

  15. Anonymous users2024-01-24

    1.The data backup policy can be as follows:

    Full backups are made once a week.

    Incremental backups are made once a day.

    Transaction logs are backed up every 1 hour or 30 minutes.

    2.In addition, the hardware should also be configured for security

    For example, the twin machine ah or something.

  16. Anonymous users2024-01-23

    1、shutdown

    2. Copy the data file.

    3. Restart the service.

Related questions
11 answers2024-04-16

The deletion operation in the data is irreparable, sometimes the data in the data table may be deleted due to misoperation, or the database crashes for other reasons, and all the data is lost, especially when there is a large amount of useful data in the database, then it is impossible for you to enter the data again from the beginning, this is the role of the backup database, back up the database, when the above situation occurs, you can restore the previous database through the backup file.

8 answers2024-04-16

Use winrar to package the database file into a rar file, if the error message dialog box pops up, select ignore, and then some error messages are prompted. If the RAR file created by winRAR exists, it can be copied to other disks and then extracted.

3 answers2024-04-16

At least the basic things must be mastered, such as: the linear structure of the database, the storage method, the way to call Hezheng, and the operation of the table in the database (to use statements to erect the bench to achieve). >>>More

7 answers2024-04-16

You've fallen into a trap you've set yourself.

Your problem can be solved, but it's not very efficient. >>>More

10 answers2024-04-16

The steps to uninstall the SQL Server database are as follows: >>>More