Which should I use? Access or SQL Server? What are the differences, and why should I choose one over the other?
thanks
pns Wednesday, July 18, 2007 10:56 AM
Access is a file base database that works wellwhen onlya single user is using the database. SQL Server or Sql Express use a service for the database engine. This database has many more sql features and works well in a multiuser situation. I think the free SQL express is a better choice than access.
Ken Tucker Wednesday, July 18, 2007 11:27 AM
Access is a file base database that works wellwhen onlya single user is using the database. SQL Server or Sql Express use a service for the database engine. This database has many more sql features and works well in a multiuser situation. I think the free SQL express is a better choice than access.