Hi all,
I have some databases that have four files each; one for PRIMARY, IDX, IMAGE, LOG their initial sizes were set to 200MB each but they are consuming far less space, about 100MB total.
1) is it possible to resize the database files while they are in use down to more reasonable sizes, say "current consumption" + 10MB?
2) is it possible to merge these files into just a single .mdf and .ldf?
My preferred answer to this would be some T-SQL, but I will accept links to MSDN (or other sites) with a reference for what T-SQL to look for.