|
Jan 26
2010
|
You can really take your Web design to the next level by integrating a database. By doing so, you can make your Web pages dynamic in the sense that you can interact more directly with your visitors by not only capturing information they provide (such as shipping address and customer feedback), but you can also present customized information to your visitors based on their preferences. For example, perhaps the first time they visit your site they complete a customer survey form. Then the next time they visit, you query this information in your database and present only the information, products, and services in which they are interested.
As you will see, setting up and actually integrating a SQL database into your Web site isn’t too difficult.
Perhaps the best place to start is with the actual installation of SQL Server 2000. But before you launch into that, you should be aware of the different flavors of SQL Server 2000.