Skip navigation

SQL Server Magazine UPDATE, December 23, 2004--Year in Review

To ensure that future email messages you receive from SQL Server Magazine UPDATE aren't mistakenly blocked by antispam software, be sure to add [email protected] to your list of allowed senders and contacts.

This email newsletter comes to you free and is supported by the following advertisers, who offer products and services that might interest you. Please take a moment to visit these advertisers' Web sites and show your support for SQL Server Magazine UPDATE.

This Issue Sponsored By

SQL Tuning: Free Download Test Drive from VERITAS
    http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsW0An

Special Holiday Offer from SQL Server Magazine
    http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNrh0A4


Editor's Note: What do you think of SQL Server Magazine's Web site?
Please take a few moments to fill out our online survey. Last February, we launched a new design for SQL Server Magazine's Web site. Now that you've used it for several months, we'd like your honest opinion about its effectiveness to you as a SQL Server professional. Now's your chance to officially sound off about the current design and make an impact on the next version. We appreciate your feedback!     http://www.zoomerang.com/survey.zgi?p=WEB223YPEAZA3D

December 23, 2004

1. Perspectives

  • 2004: A Year in Review
  • 2. News and Views

  • Microsoft Describes the 32-bit SQL Server Hotfix Installer
  • Microsoft Fixes SET IDENTITY_INSERT ON Statement Error
  • Results of Previous Instant Poll: Application-Development Survey
  • New Instant Poll: Job Satisfaction
  • 3. Announcements

  • 'Tis the Season for the SQL Server Magazine Master CD
  • Become a VIP Member!
  • 4. Peer to Peer

  • Hot Tip: Explaining UserOrAlias Values
  • Hot Article: Techniques from Code Complete, Second Edition
  • Kevin Kline's "In a Nutshell" Blog: Kumar on Monitoring Multiple Server Event Logs
  • Hot Threads
  • 5. New and Improved

  • Get Complete Protection for SQL Servers
  • Sponsor: SQL Tuning: Free Download Test Drive from VERITAS
    Evaluate your SQL Server environment with VERITAS Indepth(TM); a 30-day trial will give you a complete view of your application performance issues. Indepth will quickly isolate any programs and statements that are consuming unusually high amounts of database resources, and deliver alerts when the general behavior of the database changes. By tracking database users, host users and machines that are consuming the most resources, you can quickly isolate the source of the problem and make the necessary changes before performance is affected. Take VERITAS Indepth for a test drive and call to tell us what you think 877-878-7468:
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsW0An

    1. Perspectives


  • 2004: A Year in Review

  •     by Brian Moran, [email protected]

    As 2004 draws to a close, I thought you'd enjoy a retrospective-a recount of important Microsoft news from 2004. Microsoft made this task easy for me by summarizing the achievements it felt were most significant in a 15-page PressPass released last week (see http://www.microsoft.com/presspass/features/2004/dec04/12-14YearReview.asp).

    Some of the most interesting news has almost nothing to do with SQL Server--at least not at first glance. Microsoft has made numerous advancements in consumer fields associated with entertainment and digital media. Not the least of these is the general acceptance of digital media. Microsoft points out that more than 10 billion music tracks now exist on user hard drives, more than 40,000,000 US households now have digital cameras, and more than 100 million digital video recorders (not counting PC devices) are installed in homes around the world.

    By now, you've probably heard about Windows XP Media Edition 2005, Microsoft's push to make a Windows-based PC the integrated brain and hub of your entire home-entertainment system. Research from the Yankee Group says that by 2007, 25 percent of all PCs sold will be Media Center PCs. Think about that for a moment. Managing your home budget and Christmas card list on the family PC is one thing--trusting it to serve up "The Sopranos" or "Survivor" is a whole new level of technology integration in the home. Windows Media Connect and Portable Media Centers extend the reach of a central Media Center PC to every room in the house and give you nearly seamless portability. Of course, it will take a few releases for Microsoft to solve the functionality and feature problems that keep Media Center from being the truly seamless experience that Microsoft wants it to be. Windows Media Center is now in its third major iteration, and it's starting to look and feel like a viable solution for managing your home-entertainment experience.

    Another important accomplishment for Microsoft in 2004 was increased acceptance of the Xbox, including Xbox Live, Microsoft's online Xbox gaming service. Microsoft says that Xbox Live reached a subscriber base of more than 1,000,000 within 2 years of its launch, which is half the time it took for AOL, HBO, and TiVO to reach the same subscriber levels.

    I think database technology is fun, but most people probably don't think databases are as entertaining as giant plasma TVs serving up the latest movies or your family vacation videos. But as Microsoft creates more touch points in the house, I see the need and opportunity for larger amounts of home data storage and manipulation. The technologies Microsoft is touting in its press release don't rely heavily on SQL Server in their current incarnations, but future versions of Windows (e.g., Longhorn) will rely on core SQL Server technology. So it makes sense to assume that future versions of Windows home-media-oriented technologies will most likely begin to leverage SQL Server technology for various storage needs as well. Protecting the sa password will always be important; perhaps in a few years, you'll need to keep it under lock and key so that your kids won't order too many pay-per-view movies.


    Special Holiday Offer from SQL Server Magazine
    For a limited time, subscribe to SQL Server Magazine and get 30% off the newsstand price! As a special holiday BONUS, you'll also receive the latest Top SQL Server Tips Guide FREE--includes over 60 helpful tips! In addition, you'll get free access to every article published in the magazine--online! That's over 5 years of exclusive articles, hot-topic discussions, insider notes and savvy instructions on how to get the most out of SQL Server. Order now:
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNrh0A4


    2. News & Views


  • Microsoft Describes the 32-bit SQL Server Hotfix Installer

  • Microsoft has released an article that describes the 32-bit SQL Server 2000 and SQL Server 7.0 hotfix installer. The installer's used to apply hotfixes to stand-alone or clustered instances of SQL Server 2000 or SQL Server 7.0. And the hotfix installer only runs on computers that are running Microsoft Windows 2000 or later version of the Windows OS. You can't use the installer for Microsoft SQL Server 2000 Desktop Engine (MSDE) or 64-bit SQL Server 2000. Hotfixes for SQL Server are packaged and delivered as self-extracting executable files. The hotfix installer helps you install hotfixes by using a GUI-based setup program. The installer can also run unattended to automate the hotfix installation process for your entire organization. To learn more about the hotfix installer, read the Microsoft article "Description of the 32-bit SQL Server 7.0 and SQL Server 2000 hotfix installer" at
        http://support.microsoft.com/?kbid=842960

  • Microsoft Fixes SET IDENTITY_INSERT ON Statement Error

  • Microsoft has released a hotfix for an error that you may receive when running a SET IDENTITY_INSERT ON statement on a table. In SQL Server 2000, when you run a SET IDENTITY_INSERT ON statement on a table, then try to run a query to insert a row into the table that contains an identity column, you might receive an error message that looks like: "Cannot insert explicit value for identity column in table 'TableName' when IDENTITY_INSERT is set to OFF." This problem occurs when the client-cached cursor query isn't invalidated and the query uses the prior setting of SET IDENTITY_INSERT OFF when it tries to insert the row. To find out more about this problem and the supported hotfix, read the Microsoft article "FIX: You may receive an error message when you run a SET IDENTITY_INSERT ON statement on a table and then try to insert a row into the table in SQL Server 2000" at
        http://support.microsoft.com/?kbid=878501

  • Results of Previous Instant Poll: Application-Development Survey

  • "Will you participate in Microsoft's new application-development survey?" Here are the results from the 56 votes (deviations from 100 are due to a rounding error):

  • 20%   Yes
  • 32%   No
  • 18%   I've already taken the survey
  • 30%   I'm not an application developer
  • New Instant Poll: Job Satisfaction

  • "Overall, how satisfied are you with your current position?" Go to the SQL Server Magazine home page ( http://www.sqlmag.com ) and submit your vote for

  • Totally satisfied
  • Somewhat satisfied
  • Neither satisfied or dissatisfied
  • Somewhat dissatisfied
  • Totally dissatisfied
  • 3. Announcements


  • 'Tis the Season for the SQL Server Magazine Master CD

  • As a special holiday offer, order the Master CD today and get 25% off! This portable, high-speed resource will give you access to every article ever published in the magazine--online and in hand.
    Bonus--sign up now and get extra scripting and security content--a $30 value for free. Click here:
         http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsX0Ao

    Become a VIP Member!
    VIP Members of the Windows IT Pro network have it all! Not only do VIP members get access to all network publications (including SQL Server Magazine), but they also get a print subscription to Windows IT Pro, a Super CD for fast searching and portability, and exclusive access to the banner-free VIP Web site. Find out how to become a member:
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsY0Ap

    4. Peer to Peer


  • Hot Tip: Explaining UserOrAlias Values
  •     by Microsoft's SQL Server Development Team, [email protected]

    Q. When I execute the sp_helplogins 'login name' procedure, it displays the value MemberOf in the UserOrAlias column. What does this value mean?

    Read the answer to this question today at
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsZ0Aq

  • Hot Article: Techniques from Code Complete, Second Edition

  • Books about coding techniques rarely make it to the top of my reading list. Steve McConnell's original Code Complete (Microsoft Press, 1993), a book that presented the definitive set of code-construction guidelines, was a notable exception. However, the book's Pascal and C coding example make it long and outdated. McConnell's follow-up, Code Complete, Second Edition (Microsoft Press, 2004), tackles modern-day code construction problems and provides all-new code examples written in C++, Visual Basic (VB), and Java. This book should be on every programmer's desk--read it and you'll write better code. In his December SELECT TOP(X) column, "Techniques from Code Complete, Second Edition," Michael Otey shares five code-writing concepts from Code Complete, Second Edition. Read this article today at
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsa0Ax

  • In a Nutshell: Kumar on Monitoring Multiple Server Event Logs

  • In this week's blog, "Kumar on Monitoring Multiple Server Event Logs," Kevin Kline talks about an article written by Muthusamy Anantha Kumar (aka "The MAK") about how to monitor the Event Logs of one or more Windows servers. Kevin thinks the article is a great discussion of two techniques that can help you manage and monitor many resources. What do you think?
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsb0Ay

    Hot Threads: Check out the following hot threads, and see other discussions in our 30 SQL Server forums.
        http://www.windowsitpro.com/sqlserver/forums/

    T-SQL: System Tables and Dynamic SQL
         http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsc0Az
    Administration: Insufficient Disk Space Error When Restoring
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsd0A1
    Development: SQL Injection and Stored Procedures
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNse0A2
    Database Design: What's Xref Used For?
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsf0A3
    Performance: Query Performance in SQL Server 2000 vs. SQL Server 7.0
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsg0A4
    Security: Granting Permission
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsh0A5

    5. New & Improved


        by Dawn Cyr, [email protected]

  • Get Complete Protection for SQL Servers

  • Sonasoft announced SonaSafe Point-Click Recovery suite for SQL Server, a data-protection management console. The solution is a centralized management-based software suite that provides automated disk-to-disk backup and recovery through a point-and-click GUI. Administrators can manage multiple target servers through one console. When you need to perform a recovery, the product automatically determines which files need to be restored and performs the recovery from backup data on internal hard disks. You can back up and recover one database, multiple databases, one SQL Server instance, or an entire SQL Server. The product's features include a template-driven automated backup plan; support for SQL Server 2000 and 7.0; point-of-failure or point-in-time recovery; a Web-based interface that you can access from anywhere in the world; an automated policy-based purging functionality; and diagnostic capability. SonaSafe Point-Click Recovery suite for SQL Server supports SQL Server 2000 and 7.0. For pricing and other information, contact Sonasoft at 408-927-6200.
        http://list.windowsitpro.com/cgi-bin3/DM/y/eima0McMHC0Kj40BNsi0A6

    Contact Us


  • About the newsletter—[email protected]
  • About technical questions—http://www.sqlmag.com/forums
  • About product news—[email protected]
  • About your subscription—[email protected]
  • About sponsoring SQL Server Magazine UPDATE—Richard Resnick, [email protected]
  • SQL Server Magazine UPDATE is brought to you by SQL Server Magazine, the only magazine devoted to helping developers and DBAs master new and emerging SQL Server technologies and issues. Subscribe today.
        http://www.sqlmag.com/rd.cfm?code=00ep214xeb

    Manage Your Account You are subscribed as #EmailAddr#. To unsubscribe from this email newsletter, click here /#Mailing:UnsubEmail

    To make other changes to your email account such as changing your email address, updating your profile, and subscribing or unsubscribing to any of our email newsletters, simply log on to our Email Preference Center.
        http://email.winnetmag.com/winnetmag/winnetmag_prefctr.asp

    View the SQL Server Magazine Privacy Policy.
        http://www.winnetmag.com/aboutus/index.cfm?action=privacy

    SQL Server Magazine is a division of Penton Media, Inc., 221 East 29th Street, Loveland, CO 80538, Attention: Customer Service Department

    Copyright 2004, Penton Media, Inc. All Rights Reserved.

    Hide comments

    Comments

    • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

    Plain text

    • No HTML tags allowed.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Lines and paragraphs break automatically.
    Publish