SQL Server Magazine May 2004

[Features]
SQL Server 2005's user-defined data type (UDT) capability lets you create new multifield scalar data types, such as Latitude and Longitude, and treat them the same way you do built-in multifield scalar data types such as datetime.
By Dan Sullivan
See how Common Language Runtime (CLR) stored procedures work and how they fit into the larger scheme of a high-performance database system by walking through a CLR assembly project that captures and encrypts credit card information.
By William Vaughn
In this interview with SQL Server Magazine, Microsoft’s Euan Garden looks at SQL Server 2005’s new and improved management tools, designed to make database-management functions more transparent, more robust, and easier to use.
By Editors
SQL Server Service Broker lets internal or external database-related processes send messages to and receive them from each other, providing a valuable way to implement database-oriented middleware and distributed database applications.
By William Zack
Microsoft has rewritten every aspect of Data Transformation Services (DTS) in SQL Server 2005, making it a true extraction, transformation, and loading (ETL) platform and improving performance. Take a whirlwind tour of some of the most important changes.
By Kirk Haselden
[Editorial]
XML documents are crucial to many business applications, and to truly be an enterprise-level database platform, SQL Server must be able to not only store XML documents but to query them and combine XML data with relational data.
By Michael Otey
[Inside SQL Server]
Rest secure: Yukon addresses some security holes that previous releases left open. Look inside execution context, user-schema separation, and more.
By Kalen Delaney
[T-SQL Black Belt]
Get into the loop! Check out what you can do with Yukon’s new non-recursive and recursive Common Table Expressions.
By Itzik Ben-Gan
[SELECT TOP(X)]
Here are seven exciting new features you can look forward to in Visual Studio .NET’s upcoming release, code-named Whidbey.
By Michael Otey
[Preparing for SQL Server 2005]
Summary of Yukon's primary security concepts.
By Eric Brown
|