SAP Documents
SAP.

Tuesday, July 14, 2009

Web Hosting Database Technologies

MS SQL Server or Oracle for high traffic database-driven web sites.

MySQL for low-cost database-access.

MS Access for low traffic web sites.


--------------------------------------------------------------------------------

Web Databases
If your web site needs to update large quantities of information via the web, you will need a database to store your information.

There are many different database systems available for web hosting. The most common are MySQL, SQL Server, Oracle, and MS Access.


--------------------------------------------------------------------------------

Using the SQL Language
SQL is the language for accessing databases.

If you want your web site to be able to store and retrieve data from a database, your web server should have access to a database-system that uses the SQL language.

If you want to learn more about SQL, please visit our SQL tutorial.


--------------------------------------------------------------------------------

SQL Server
Microsoft's SQL Server is a popular database software for database-driven web sites with high traffic.

SQL Server is a very powerful, robust and full featured SQL database system.


--------------------------------------------------------------------------------

Oracle
Oracle is also a popular database software for database-driven web sites with high traffic.

Oracle is a very powerful, robust and full featured SQL database system.


--------------------------------------------------------------------------------

MySQL
MySQL is also a popular database software for web sites.

MySQL is a very powerful, robust and full featured SQL database system.

MySQL is an inexpensive alternative to the expensive Microsoft and Oracle solutions.


--------------------------------------------------------------------------------

Access
When a web site requires only a simple database, Microsoft Access can be a solution.

Access is not well suited for very high-traffic, and not as powerful as MySQL, SQL Server, or Oracle.

No comments: