XMLStartup

Transact-SQL Samples

Samples

XMLStartup

Microsoft® SQL Server™ 2000 introduces various new features to support XML functionality. The combination of these features makes SQL Server an XML-enabled database server.

This example shows how to:

  • Configure Microsoft Internet Information Services (IIS) and SQL Server virtual domains.

  • Execute queries and stored procedures from a URL.

  • Execute template files.

There are four exercises in this example:

Exercise Description
Exercise1 Configure URL access to the Northwind database on a local instance of SQL Server. Your local server is also running IIS and will act as its own host.
Exercise2 Execute different types of queries against the Northwind database.
Exercise3 Execute stored procedures using a browser.
Exercise4 Execute queries against the Northwind database using template files.

For more details about how to use this example, please refer to the file, C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Xml\Xmlstartup\Xmlstartup.doc.

Default Location

C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Xml\Xmlstartup

See Also

XML Samples