2012年2月2日木曜日

How To Upgrade Sql 2000 To Sql 2012

how to upgrade sql 2000 to sql 2012

Another "Wait on the Database Engine Recovery handle failed" – SQL Server 2000 to 2008R2 upgrade

I was given the task of upgrading our SQL Server 2000 instance to SQL Server 2008R2. I ran through the following steps to make sure the upgrade would be a success:

  • Took a snapshot of the VM
  • Upgraded to SQL Server 2000 service pack 4
  • Installed the updated Windows Installer 4.5
  • Launched the "System Configuration Checker" (found no issues)
  • Ran the "Upgrade Advisor" and addressed all issues

To this point, I figure I'm golden. Running the upgrade, it finishes with the always daunting, ever elusive error:

"Wait on the Database Engine Recovery handle failed. Check the SQL Server error log for potential causes."

This occurred during the "SqlEngineDBStartConfigAction_upgrade_configc_Cpu32″ portion of the upgrade. The error log showed:


SQL Svr Developer Edtn 2008 R2 32-bit/x64 IA64 English DVD
Learn more

Googling took me to a number of sites but this one was the most useful: http://social.msdn.microsoft.com/Forums/en/sqlsetupandupgrade/thread/02e221e5-9a4b-444c-a136-ef3fdbec84e9

Not sure why the answer was marked the way it was, but I had to scroll to the bottom of the post to this reply:


Visual Studio 2010 Professional Upgrade
Learn more

"This issue has been resolved.  It still goes back to the complex password issue.  I had to turn off complex password policy on my domain, run the install repair, and it worked successfully.  It does not help to just make the SA password complex.  There are many blogs out there that point to an account being used in the install script that does not meet the complex password.  I could not find that account in my case, so I had to turn off my policy temporarily."

I had changed the SA password a few times, made sure it was correct by logging in and actually using that account to perform the service pack 4 installation, and was confident that it met the complexity policy.  According to the above, it's not the problematic user. Once I disabled the password complexity policy the engine started up without issue.


Some tools that helped me:

To change the 'sa' password in SQL Server 2000 (run as a member of 'sysadmin', no need for the old password)

EXEC sp_password @new='AG00dlongfrom the command line with the -M option gave more information. Change directory to the location of the .exe and issue the following command (see below). It will output messages to a file in that same directory called 'error.txt' (useful for debugging as DOS buffer is inadequate):



These are our most popular posts: how to upgrade sql 2000 to sql 2012

SQL Server Reporting Services (SSRS): Reporting Services in SQL ...

Wednesday, February 1, 2012 ... VISH, IBM DataStage 8.1, PL/SQL Developer, SQL Developer, Autosys, Connect-Direct(NDM), Toad, , SQL Plus, SQL Loader, VSS, SVN, Microsoft Office, Microsoft Access, Text Edit, Text pad, Secure Shell (SSH Shell) for Unix,Putty,Oracle 9i,Oracle 10g,Oracle 11g, 9 years/4 years, $75. JV, Core ... Extremely strong in ETL design, development, testing and implementation using tools like IBM DataStage 8.1 under Unix Windows NT/2000 environment ... read more

Lee Everests SQL Server, etc. weblog

SQL Server Reporting Services (SSRS): Reporting Services in SQL Server 2012 (codename ) will support XLSX, DOCX formats. Bye bye 65536 rows limit in XLS files ;). Posted by Code Monkey on February 1, 2012. If you hit to the ... read more

SQL Server 2012 : Feature Pack - dbi services blog: all about ...

But its been 12 years and SQL 2000 is getting a bit long in the tooth. Its time to say goodbye. When SQL 2012 is released later this year, there will be no upgrade path from SQL 2000 to SQL 2012. That means if you currently ... read more

Goodbye, Old Friend

When SQL 2012 is released later this year, there will be no upgrade path from SQL 2000 to SQL 2012. read more

Related Posts



0 コメント:

コメントを投稿