By using three new SQL Server stored procedures, you can generate HTML documents for web pages. Other than the information needed to use these stored procedures, no programming knowledge is required to create a web page. In addition, the SQL Server Web Assistant provides an interface for using the sp_makewebtask stored procedure.
For more information about creating web pages with the Web Assistant, see SQL Server Web Assistant earlier in this document.
For more information about creating web pages with the new SQL Server stored procedures, see sp_dropwebtask, sp_makewebtask, and sp_runwebtask, later in this document.
Important The Web Assistant can be run only on Intel-based computer systems. The sp_dropwebtask, sp_makewebtask, and sp_runwebtask stored procedures can be run only on Microsoft SQL Server version 6.5 databases and on any supported platform. Running these procedures on earlier version databases will result in errors.
You can use the sp_dropwebtask, sp_makewebtask, and sp_runwebtask stored procedures to:
These are example uses for generating dynamic web pages in SQL Server:
Before you use sp_dropwebtask, sp_makewebtask, and sp_runwebtask, consult your web browser or HTML documentation for more information.