What Is SQL Server Or Sequel Server? |
| SQL Server or Sequel Server is a database system developed by Microsoft that can be used to provide extensive database facilities on a web site. Typical uses would be an online catalogue of goods for sale that the customer can browse and select items to purchase. Or an online booking system for holidays or flights or theatres where you can interrogate availability of a service online and make a reservation from your browser. Such systems generally require considerable investment in terms of hardware, software licences and technical resources. Whereas a smaller database system using MS-Access for example can reside on a Windows web server alongside the user's main web site, SQLServer databases have to reside on a specific SQL Server, seperate from the rest of the site. This can mean a cost of many thousands of pounds per year just in hosting costs. That's fine if you are a major store or airline or holiday company where the online business can be worth hundreds of thousands of pounds or more. But for the smaller user the cost can be prohibitive. There are two answers for the small to medium user. Either use a different database such as MS-Access which will run on shared Windows 2000 hosting or MySQL which runs on Linux or Unix hosting. Or use shared SQLServer hosting where you take a part of one of our SQL servers for as little as £120 per annum. |