3

I often need to to backup and restore database(SQL Server 2000/2005). Now if database is of size > 1 GB restoration process is real time consuming.

Is there any way using which i can truncate the logs or reduce the database size? Thanks all,

2
  • 5
    For the record, 1gb is a pretty small database. Commented Jan 26, 2010 at 13:23
  • define 'real time consuming' 30 seconds? 1 minute? 10 minutes? Commented Jan 27, 2010 at 6:35

3 Answers 3

2

In order to speed up your backup and restore process you may want to consider using third party backup technology such as.

Quest Litespeed

On a side note, modyfying the size of your Transaction Log will not influence the volume of data that is being backed up/restored.

2

What exactly do you mean by "time-consuming"?

Restoring a 10 GB database should only take a couple of minutes. So no big deal at all. If you need to do this on a regular basis, create a job for that and schedule it to run before you get into the office.

Any action would have to take place before you backup the database, but I wouldn't recommend shrinking the files if you are going to restore the database on a production system.

0

1 GB is quite small, really...

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.