Two SQL Server 2000 Gotchas

Microsoft has recently reported a couple of SQL Server 2000-related bugs to watch out for. First, if you’re upgrading from SQL Server 2000 Desktop Engine to SQL Server 2000 Personal, Standard, or Enterprise edition, the upgrade process might not install all the client tools. If you select NO when SQL Server prompts you to install additional components, the process will install only the Server Network utility and the Service Manager. However, if you run setup again, select the upgrade option, and add all the components, the upgrade procedure installs all the other client tools except the Rebuild Master utility (Rebuildm.exe). To avoid the problem, select YES during the initial upgrade to install the additional components. To work around this problem, you can copy files that Microsoft provides on its Web site (http://www.microsoft.com/technet/support/kb.asp?ID=274390) from the SQL Server 2000 CD to the program files folder on your local system drive, or you can install a new instance of SQL Server 2000, which installs all the tools in the folder. The second problem, Microsoft reports, is that “you cannot restore a backup of a system database (master, model, or msdb) on a server build that is different from the build on which the backup was originally preformed.” If you try such a restore, you’ll receive an error message. To work around this problem, you must first determine the build of both the server on which you performed the backup and the server to which you want to restore the backup. Microsoft provides two ways for you to determine the server build as well as the correct restore process for your particular server build. See http://www.microsoft.com/technet/support/kb.asp?ID=264474 for instructions about finding the server build and about the restore process.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottOur Experts will show you:
• Common SQL Server
Problems
• Best Practices for T-SQL
• SQL Server Integration
Services
• Database Development

Come See Michael Otey & Tim Ford in Person!

Early Registration Now Open

From the Blogs
May 21, 2013
blog

A Common Misconception about MAXDOP

Out of the box, SQL Server is (and has been) able to take advantage of multiple processors/cores without any effort on behalf of administrators....More
May 9, 2013
blog

My ISO 8601-Compliant Signature 2

My family recently just "officially" announced that we're in the process of adopting a child from South Africa. We're quite excited, of course, but there's a ton of paperwork to do—along with the need for gobs of signatures....More
May 8, 2013
blog

Use SSIS for ETL from Hadoop

In this blog post, Mark Kromer walks you through using SSIS as a way to use ETL techniques using Microsoft's Hadoop on Windows (HDInsight) as a source using Hive connectors...More
SQL Server Pro Forums

Get answers to questions, share tips, and engage with the SQL Server community in our Forums.