|
|
|||||||
|
SERVICES: SQL SERVER CONSULTING
Unlike Access, SQL Server is a true "client/server" database. What this means is that the majority of the work in processing data is actually done on the server, rather than on the user's workstation. For example, if a user runs a query that searches through thousands of rows of data to find the few rows that belong to customer "ABC Company", desktop databases such as Microsoft Access must retrieve those thousands of rows from the shared database on your file server and bring them over your network down to the user's workstation. The user's workstation then does the work of querying those rows to locate the few desired rows. But with a client/server database, such as SQL Server, the querying takes place on the server machine, not the user's workstation. Only the few desired rows (the few belonging to customer "ABC Company", for example) are retrieved over the network and brought down to the user's workstation. Network traffic is thereby minimized, resulting in better performance. In addition, performance can be greatly enhanced by adding more "horsepower" to the server machine in the way of disk space, memory, processor speed, number of processors, etc., since this is the machine where the majority of processing now occurs. If you already have a SQL Server database, there's a lot that a consultant can do to increase the performance of your database for your particular needs. By taking a look at the type of queries commonly being run in your company, a consultant can often "tune" the database to be more responsive to these queries. This can be done by adding additional indexes that can speed the execution of the queries commonly being run. Or, it may be that making more use of stored procedures or improving the efficiency of existing stored procedures could boost your performance.
Our Database Consulting Services Includes:
|
||||||
The Web Doctor • Salem, Oregon 503-373-4728 Site Map |
![]() |
|