Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

making a copy of a large database

Hi,

On a server there is a database which has a ridiculous amount of records in.

I have made a copy of it and truncated a table that 88 million records in.

The .mdf file is now 7.8gb and the .ldf is 27gb.

I'm not muc of a dba, I'm a developer and need to get a copy of this database back to me local machine where I have sql server 2008 express.

I'm downloading 2008 express r2 to get the 10gb allowance but will the log file size stop me?

I only need this database for testing and analysis purposes so is there a way of not even including the logs?

I imagine trying to take copies of large databases is a common problem so would appreciate some advice on the best way to get this back to my local machine.

Thanks
SOLUTION
Avatar of Andrej Pirman
Andrej Pirman
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scm0sml
scm0sml

ASKER

Ok thanks.

I don't at present want to affect the way the live database is running.

Just the copy I have taken to make it more manageable.

I'm looking into shrinking the database now based on another question but am getting timoeout errors!
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial