sql - Reduce database restore time -


i have database backup file of 4.78 gb. when restore on machine, takes lot of time (15 - 20 mins precise) restored. mdf file of database of 5.64 gb , ldf of 100mb. there lots of tables , lots of data in database. there way can reduce time taken restore backup file?

restoring speed depends on various factors like

  • processor speed
  • your harddisk reading , writing speed.

upgrading these factors should increase database restore time


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -