SQL Server Magazine April 2004

    Options
SQL Server and Active Directory
See how to help clients locate databases quickly and securely by adding SQL Server to Active Directory. Then, learn two ways to retrieve IDENTITY column values through ADO.NET, how to use Analysis Services to build detailed financial reports, and more!
  Subscribe
Renew
Master CD
Change Mailing Address
Customer Service
Back Issues
Article Reprints
Group Discounts

Browse Archived Articles By: Issue | Author | Subject | Department |



[Focus]

Publishing SQL Server in Active Directory

By adding SQL Server to Active Directory, you can help clients locate databases quickly, easily, and securely. AD's Service Publication and lookup let you keep server and database information up-to-date in a dynamic environment--or several of them.




[Features]

Financial Reporting with Analysis Services

Analysis Services lets you create financial reports, but not always in the format your users need. Fortunately, you can learn from other developers. Here’s how one OLAP development team created detailed financial reports for a large banking group.

Inside Database Maintenance Plans

The Database Maintenance Plan Wizard makes creating maintenance plans easy, but making less-optimal (or erroneous) choices is also easy. Follow these guidelines and avoid these gotchas when creating maintenance plans.

Uncovering ADO.NET's Secret Identity

ADO.NET is great for developing scalable Web applications, but it can be harder to use for development tasks such as retrieving IDENTITY column values. Try these two technniques for revealing your SQL Server's secret IDENTITY column values.




[SQL Server Savvy]

Changing Column Positions

Is there a way to change the ordinal position of a column in a table without recreating the table?

Collation Changes in SQL Server

SQL Server 7.0 doesn't provide a mechanism for changing collations on the fly. To change the collation of an existing database you'll need to rebuild the master database or reinstall SQL Server.

Installing SQL Server 2000 on Windows Server 2003

Windows Server 2003 doesn't support SQL Server 2000 Service Pack 2 (SP2) and earlier, but you can install those releases.

SQL Server 2000 and Windows Server 2003 Web Edition

Windows Server 2003's Web Edition doesn't support SQL Server 2003 Standard and Enterprise Editions. You need to upgrade to Standard or Enterprise editions of Windows Server 2003 or run your database on another server.

View Procedures in Enterprise Manager

If you accidentally delete a system stored procedure, how can you get Enterprise Manager to list the object as a system procedure after you add it back into the master database?




[Editorial]

The Java Connection

The availability of multiple JDBC drivers helps SQL Server compete head-to-head with Oracle and DB2 as an enterprise database for Java applications.




[Inside SQL Server]

Object Ownership and Security

Yukon is bringing some important changes in security, including user/schema separation. But before you can take advantage of those changes, you need to understand how SQL Server deals with object ownership now.




[T-SQL Black Belt]

UDF Back Doors

Come around the back for a peek into the hidden workings of some undocumented UDF features.




[SELECT TOP(X)]

Best Practices Analyzer

Microsoft’s new tool, the SQL Server 2000 Best Practices Analyzer, will help you keep your systems running at their peak by checking for the implementation of common best practices.




[Lessons from the Field]

Bulk Loading Data into SQL Server 2000

The SQL Server Development Customer Advisory Team helps customers to implement high-volume data loading. In this month’s column, the team shares data-loading basics and information that will help you optimize your SQL Server bulk-load performance.




[Preparing for SQL Server 2005]

Scoping Out Service Broker

To handle the needs of highly scalable business applications, Yukon’s SQL Server Service Broker lets internal and external processes send and receive reliable, asynchronous messages through extensions to T-SQL DML.