Microsoft Access VBA Programming for the Absolute Beginner

When you access data with Access, you actually access the tables directly. First of all, this could create some serious security issues. Secondly, it also severely limits how many people can access the data simultaneously and how efficiently the requests can be handled.

On the other hand, SQL Server handles all requests through, as the name implies, a server. This means both better security and better efficiency. This will become obvious as we progress through this chapter.

Let’s start by listing some of the advantages that SQL Server offers:

These improved features come at a price:

Категории