|
We are currently in the process of upgrading several databases from SQL 2000 and SQL 2005 to SQL Server 2008. We are purchasing new servers and they will be running an active/passive cluster - Windows Server 2008 R2 and SQL Server 2008.
(comments are locked)
|
|
When you upgrade FTi in SQL you should get and upgrade page to allow you run the setup. I would refer to the msdn link below and review it so that you can be happy with the changes in your environment
(comments are locked)
|
|
If you have the time run the restore and test all processes against it before you go live, especially those mentioned in your list. If you can work through the resolution of issues on h/w that is not in production yet then you get to see how the upgrade for real will be best handled.
(comments are locked)
|
|
-- It shows you have Full Text Indexing installed. If you are not actually using any Full Text Indexes, you can safely ignore the related warnings. If you are using any Full Text Indexes, you will need to address the related warnings. Even though you are doing a clean install rather than an in-place upgrade, the settings and behaviors to which the Full Text Index warnings refer will still be different than the settings and behaviors you are currently using. The only way to be sure your Full Text Indexes still operate as expected is to test them after the migration. Find somewhere you can run the migration and test before going live in production. -- It's a similar situation with the DTS designer components. Are you going to have SQL Server 2000 DTS packages on your SQL Server 2008 instance? If so, you will need the designer components installed on the SQL Server 2008 server if you want the capability to edit the packages from the server itself. If not, you can disregard the warning. -- You will need to recreate any maintenance plans from scratch. You cannot migrate them to the new platform.
(comments are locked)
|

