Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: shrinking database

    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...

  • RE: Views vs Queries

    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...

Viewing 2 posts - 1 through 2 (of 2 total)