FuzMic
DataBase Tinker
- Local time
- Today, 13:44
- Joined
- Sep 13, 2006
- Messages
- 744
Hi everyone
If we are using .mdb or .accdb as a split backend data file; it being a file we can rely on File System to back them up. We can also use “DBEngine.CompactDatabase” to compact and repair from the front end.
If we are using eg SQL Server Express 2008 R2, are we unable to do this. Do we only rely on this Server to manage any database within it? What will be the best practice for these housekeeping chores.
Can you still rely on File System to do our chores if use an SQL Server?
By the way how can we compact a database in an SQL Server?
Appreciate your views.
If we are using .mdb or .accdb as a split backend data file; it being a file we can rely on File System to back them up. We can also use “DBEngine.CompactDatabase” to compact and repair from the front end.
If we are using eg SQL Server Express 2008 R2, are we unable to do this. Do we only rely on this Server to manage any database within it? What will be the best practice for these housekeeping chores.
Can you still rely on File System to do our chores if use an SQL Server?
By the way how can we compact a database in an SQL Server?
Appreciate your views.
