Redundancy

D

DS

Does anyone know or have any suggestions on how to set up redncy on a
transaction to transaction bass in Access. I need to have a reoverable back
up if the main server goes down.
Thanks
DS
 
J

John W. Vinson

Does anyone know or have any suggestions on how to set up redncy on a
transaction to transaction bass in Access. I need to have a reoverable back
up if the main server goes down.
Thanks
DS

Then I'd really suggest you store your data in SQL/Server (SQL/Server
Express is free with a license for Access). Access is a file-server
database, and simply isn't designed for 24/7 hot backup transaction
logging. SQL/Server is.

John W. Vinson [MVP]
 
Top