I have an application in VB 2005 Express with a SQL Server database. I added large amounts of data for debugging purposes. However, I want to ship an empty database, so I deleted all of my data, yet the database did not go back to its original smaller size. Is there a reason for this, or anyway to correct it Thanks
-Aviatordave

Smaller Database
CPrecourt
The files are still big because the tables won't autoshrink. if they grew and shrunk automatically, it would slow it down considerably.
BillFugina
Thanks!
Aviatordave