Greetings,
I've used the procedure DBCC SHRINKDATABASE (databasename, shrinkonly) to
reclaim unused space, but the data file size did not change. The original
database size when it was created is 10 MB, so I should be able to shrink it
to at least that size. Do I need to stop and re-start SQL server to see a
result.
Thank you