Due to SQL Server's inherent complexity and compounded by the various architectual differences moving between SQL 2000, SQL 2005 and SQL 2008, the process of performing SQL Server Upgrades can easily become quite a risky undertaking if not planned correctly, potentially even resulting in unusable databases and broken applications. As such, Upgrades of SQL Server often do not lend themselves to a generic methodologies which provide fool proof guidelines to protect the end user against such upgrade failures.
UniverSQL adopts a number of approaches (depending upon the circumstances) in order to mitigate the risk of performing a SQL Server Upgrade and consequently reduce any potential negative impact on the business. These approaches will typically take on the following structure;
Known Issues:
SQL Server 2008 upgrade can fail if you have renamed the sa account.
Upgrade Advisor 2008 (Microsoft)
Upgrade Advisor 2008 (Scalability Experts)
Technical Reference Guide (Microsoft)
SSUA 2008 User Guide (Scalability Experts)
Upgrade Advisor 2005 (Scalability Experts)
SSUA 2005 User Guide (Scalability Experts)