We'll soon be running a process that removes a large number of records from a client's database (unwanted / unused information).
As such - we feel we'll be deleting about 70% of the data.
Following this we'd like to run a shrink process against the database to reduce the size of the database file(s) as these are currently taking up a lot of room on the server.
Will a shrink achieve this?
How can the shrink process be run against a SQL Server 2005 database (I'm working with SQL Server 2005 Express on my laptop for testing)?
What kind of size reduction for the database file(s) would we expect to see?
Thanks in advance.
Steve
As such - we feel we'll be deleting about 70% of the data.
Following this we'd like to run a shrink process against the database to reduce the size of the database file(s) as these are currently taking up a lot of room on the server.
Will a shrink achieve this?
How can the shrink process be run against a SQL Server 2005 database (I'm working with SQL Server 2005 Express on my laptop for testing)?
What kind of size reduction for the database file(s) would we expect to see?
Thanks in advance.
Steve