SQL Server Magazine October 2003

[Focus]
Many DBAs and systems administrators are intimidated by the idea of SQL Server clustering. But by breaking the process into these six manageable steps, you can set up a clustered environment to provide high availability for SQL Server.
By Brian Knight
SQL Server 2000 provides three technologies that you can use to build highly available systems. But availability is more than technology. This article can help you put all the pieces together.
By Michael Hotek
[Features]
The way you use binary large objects (BLOBs) in ADO.NET is completely different from the way you use BLOBs in ADO. These examples will help you see how to incorporate BLOB data into your ADO.NET applications.
By Michael Otey
[SQL Server Savvy]
SQL Server never drops an auto-created statistic, even when you create a real index on the column. Deleting unnecessary auto-created statistics is up to you.
By Brian Moran
SQL Server lets you write an outer join two different ways. You can use the old syntax, which is proprietary to SQL Server, or you can use the new ANSI-compliant syntax for expressing the join.
By Brian Moran
You don't need a SQL Server license to run a DTS package and you can legally distribute some core DTS files.
By Brian Moran
[Editorial]
Although delaying Yukon has financial implications and leaves SQL Server behind in the release race, Michael Otey applauds Microsoft for taking its time.
By Michael Otey
[SQL Seven]
XML has become a vital interoperability tool and a core component of many applications. Here are seven XML document types that are most often used in SQL Server database application development.
By Michael Otey
[Inside SQL Server]
The query optimizer is a complex but vital part of SQL Server. Learn how the optimizer has evolved over the years in this first article in a series about the optimizer.
By Kalen Delaney
[Mastering Analysis]
Dimension writeback is an essential function of budgeting and planning applications. You can create your own cube to learn how dimension writeback works in SQL Server 2000 Enterprise and Developer editions.
By Russ Whitney
[T-SQL Black Belt]
Two readers submit solutions to problems of how to track dates and times. Using auxiliary tables is the key.
By Itzik Ben-Gan
[Exploring XML]
If you have an XML Schema, XML Views are the easiest way to obtain XML results from SQL Server. Find out how you can optimize your XPath queries by translating them into FOR XML EXPLICIT queries that you can include in stored procedures.
By Rich Rollman
[Letters]
Readers share more mixed-mode authentication tips and ask about using ORDER BY in an assignment SELECT, which might not always work as expected.
By Various Authors
[New Products]
Check out the latest SQL Server-related new and improved products.
By Carolyn Mader
|