Have alook at using the DBCC ShrinkFile statement, rather that trying to shrink the entire database with a wizard. DBCC ShrinkFile works on a size parameter, rather than a a...
Using views and procedures will decrease the administrative burden of upgrading/maintaining your code, since only the back end objects have to be changed. Compare that with having to change every...