• subscribe

.NET Technologies

SQL Server Pro

In this issue's focus on .NET technologies, we explore ASP.NET and how you can provide a flexible Web service by using XSLT to customize XML output.


Flexible Data Exchange

By Ken Spencer, 09/19/2001

By using XSLT to customize XML output, you can provide a flexible Web service to fill a variety of needs.

ADO.NET Loopholes

By Michael Otey, 09/19/2001

ADO.NET is the new kid on the data-access block, and like all new technologies, it offers some great new benefits and some potential liabilities.

Metamodel for Reservations System

By Michelle A. Poolet, 09/19/2001

Now you can build a metamodel that’s perfect for scheduling and reservations-system databases.

The ABCs of Bcp

By Curt A. Gilman, 09/19/2001

Count on SQL Server's bulk copy program (bcp) for importing and exporting large datasets.

Adding Fields to a Replicated Database

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s question about replicating added and dropped columns in SQL Server 2000.

Using SQL Server Agent to Manage a Batch Process

By Brian Moran, 09/19/2001

T-SQL doesn't provide support for asynchronous branching and execution, but here's a way around a time-consuming trigger and batch process.

Using Java to Retrieve XML from SQL Server

By Rich Rollman, 09/19/2001

Rich Rollman describes how to use JDBC to retrieve XML results from SQL Server 2000.

Statistically Speaking

By Kalen Delaney, 09/19/2001

How does the optimizer know when to use an index, and which index to choose? Index statistics hold the secret.

The Pain of Poor Database Design

By Various Authors, 09/19/2001

Readers commiserate about abnormal tables and poor database design.

Troubleshooting a SQL Server 2000 Installation Error Message

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s question about eliminating a recurring error message that says file operations are pending.

Running a DTS Job on a Second Machine

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s question about changing IDs to run a DTS job on a second node.

What Makes a Good Primary Key?

By Michelle A. Poolet, 09/19/2001

Look for these features when you select a primary key.

Retrieving SQL Server's Last Start Date and Time

By Brian Moran, 09/19/2001

Here's a query that returns information about when an instance of SQL Server started.

Tip: Bulk-Load Support for XML Files

By Brian Moran, 09/19/2001

Microsoft provides up-to-date support for XML through Web releases. XML for SQL Server 2000 Web Release 1 is now available.

Service Pack 1 Installation Steps

By Michael Otey, 09/19/2001

Make your SQL Server 2000 SP1 installation go as smoothly as possible with these essential steps.

Not Your Father's ASP

By G. Andrew Duthie, 09/19/2001

ASP.NET runs circles around ASP. Learn the ins and outs of the new technology, and really put ASP.NET through its paces.

Storing Computations

By Itzik Ben-Gan, 09/19/2001

Using computed columns in your tables can shorten your queries and minimize required code maintenance.

Truncating Data

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s question about replacing the data in a Microsoft Excel spreadsheet.

Obtaining a SQL Server 7.0 License

By Brian Moran, 09/19/2001

What are the minimum requirements for a SQL Server 7.0 license?

Coding an Owner Prefix to Avoid Recompilation

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s question about coding an owner prefix to improve query performance.

Creating SQL Server 2000 Virtual Directories

By Ken Getz, 09/19/2001

Tired of manually creating virtual directories for your users? Automate the process by using the SQLVDir object.

Converting XDR Schemas to XSD

By Rich Rollman, 09/19/2001

Rich Rollman helps a reader move XDR schemas to the new XSD.

Placing a Clustered Index on an Integer Column

By Richard Waymire, 09/19/2001

Richard Waymire answers a reader’s four-part question about the advantages and disadvantages of placing a clustered index on a table’s primary key.

Determining Identity Value Capacity

By Brian Moran, 09/19/2001

How many rows can an identity column hold?

Namespaces and Assemblies

By G. Andrew Duthie, 09/19/2001

ASP.NET uses a couple of new terms that are important in understanding the technology: namespaces and assemblies.


Browse the Archive by:

advertisement